Cry Me a River
#427898
Looking for the precise values behind Cry Me a River (#427898)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #427898 | |
|---|---|---|
| RGB | rgb(66, 120, 152) | |
| HSL | hsl(202, 39%, 43%) | |
| CMYK | cmyk(57%, 21%, 0%, 40%) | |
| LAB | lab(48, -11, -23) | |
| OKLCH | oklch(0.55 0.076 236) |
Color harmonies
Tints & shades
Code snippets
color: #427898;
background-color: #427898;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF427898)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.47, blue: 0.60, alpha: 1.0)