Warm Blue
#4b57db
Looking for the precise values behind Warm Blue (#4b57db)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4b57db | |
|---|---|---|
| RGB | rgb(75, 87, 219) | |
| HSL | hsl(235, 67%, 58%) | |
| CMYK | cmyk(66%, 60%, 0%, 14%) | |
| LAB | lab(42, 28, -71) | |
| OKLCH | oklch(0.53 0.199 273) |
Color harmonies
Tints & shades
Code snippets
color: #4b57db;
background-color: #4b57db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF4B57DB)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.34, blue: 0.86, alpha: 1.0)