#02413f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 65, 63
HSL
178°, 94%, 13%
CMYK
97, 0, 3, 75
Luminance
0.0415
Every format
| HEX | #02413f |
| RGB | rgb(2, 65, 63) |
| HSL | hsl(178, 94%, 13%) |
| CMYK | cmyk(97%, 0%, 3%, 75%) |
| LAB | lab(24.2 -18.5 -4.0) |
| LCH | lch(24.2 18.9 192.3) |
| OKLCH | oklch(0.339 0.057 191.3) |
Copy-ready code
/* CSS */
color: #02413f;
background-color: #02413f;
/* Tailwind (arbitrary) */
class="text-[#02413f] bg-[#02413f]"
/* SCSS */
$brand: #02413f;
/* SwiftUI */
Color(red: 0.008, green: 0.255, blue: 0.247)
/* Android */
Color.parseColor("#02413f")Accessibility — WCAG contrast
Aa
#02413f on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02413f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.5%
Blue24.7%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow3.1%
Key (black)74.5%
Color previews
#02413f text on a black background
contrast 1.83:1
Card sample
#02413f text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02413f;
Background color
Panel with #02413f background
background-color: #02413f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02413f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 65, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 65, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02413f; background: linear-gradient(135deg, #02413f, #021941);