#02485f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 72, 95
HSL
195°, 96%, 19%
CMYK
98, 24, 0, 63
Luminance
0.0547
Every format
| HEX | #02485f |
| RGB | rgb(2, 72, 95) |
| HSL | hsl(195, 96%, 19%) |
| CMYK | cmyk(98%, 24%, 0%, 63%) |
| LAB | lab(28.0 -10.2 -19.0) |
| LCH | lch(28.0 21.6 241.8) |
| OKLCH | oklch(0.375 0.072 227.9) |
Copy-ready code
/* CSS */
color: #02485f;
background-color: #02485f;
/* Tailwind (arbitrary) */
class="text-[#02485f] bg-[#02485f]"
/* SCSS */
$brand: #02485f;
/* SwiftUI */
Color(red: 0.008, green: 0.282, blue: 0.373)
/* Android */
Color.parseColor("#02485f")Accessibility — WCAG contrast
Aa
#02485f on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02485f on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green28.2%
Blue37.3%
CMYK percentages
Cyan97.9%
Magenta24.2%
Yellow0.0%
Key (black)62.7%
Color previews
#02485f text on a black background
contrast 2.09:1
Card sample
#02485f text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02485f;
Background color
Panel with #02485f background
background-color: #02485f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02485f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 72, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 72, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02485f; background: linear-gradient(135deg, #02485f, #020A5F);