#02474f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 71, 79
HSL
186°, 95%, 16%
CMYK
98, 10, 0, 69
Luminance
0.0508
Every format
| HEX | #02474f |
| RGB | rgb(2, 71, 79) |
| HSL | hsl(186, 95%, 16%) |
| CMYK | cmyk(98%, 10%, 0%, 69%) |
| LAB | lab(27.0 -15.9 -10.3) |
| LCH | lch(27.0 19.0 212.9) |
| OKLCH | oklch(0.364 0.062 207.8) |
Copy-ready code
/* CSS */
color: #02474f;
background-color: #02474f;
/* Tailwind (arbitrary) */
class="text-[#02474f] bg-[#02474f]"
/* SCSS */
$brand: #02474f;
/* SwiftUI */
Color(red: 0.008, green: 0.278, blue: 0.310)
/* Android */
Color.parseColor("#02474f")Accessibility — WCAG contrast
Aa
#02474f on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02474f on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.8%
Blue31.0%
CMYK percentages
Cyan97.5%
Magenta10.1%
Yellow0.0%
Key (black)69.0%
Color previews
#02474f text on a black background
contrast 2.02:1
Card sample
#02474f text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02474f;
Background color
Panel with #02474f background
background-color: #02474f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02474f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 71, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 71, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02474f; background: linear-gradient(135deg, #02474f, #02144F);