Sail On
#4575ad
Looking for the precise values behind Sail On (#4575ad)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4575ad | |
|---|---|---|
| RGB | rgb(69, 117, 173) | |
| HSL | hsl(212, 43%, 47%) | |
| CMYK | cmyk(60%, 32%, 0%, 32%) | |
| LAB | lab(48, -3, -35) | |
| OKLCH | oklch(0.55 0.102 253) |
Color harmonies
Tints & shades
Code snippets
color: #4575ad;
background-color: #4575ad;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4575AD)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.46, blue: 0.68, alpha: 1.0)