Juggernaut
#255367
Looking for the precise values behind Juggernaut (#255367)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #255367 | |
|---|---|---|
| RGB | rgb(37, 83, 103) | |
| HSL | hsl(198, 47%, 27%) | |
| CMYK | cmyk(64%, 19%, 0%, 60%) | |
| LAB | lab(33, -11, -17) | |
| OKLCH | oklch(0.42 0.06 229) |
Color harmonies
Tints & shades
Code snippets
color: #255367;
background-color: #255367;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF255367)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.33, blue: 0.40, alpha: 1.0)