Savoy Blue
#4b61d1
Looking for the precise values behind Savoy Blue (#4b61d1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4b61d1 | |
|---|---|---|
| RGB | rgb(75, 97, 209) | |
| HSL | hsl(230, 59%, 56%) | |
| CMYK | cmyk(64%, 54%, 0%, 18%) | |
| LAB | lab(44, 20, -62) | |
| OKLCH | oklch(0.54 0.174 271) |
Color harmonies
Tints & shades
Code snippets
color: #4b61d1;
background-color: #4b61d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF4B61D1)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.38, blue: 0.82, alpha: 1.0)