#02483f
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 72, 63
HSL
172°, 95%, 15%
CMYK
97, 0, 13, 72
Luminance
0.0501
Every format
| HEX | #02483f |
| RGB | rgb(2, 72, 63) |
| HSL | hsl(172, 95%, 15%) |
| CMYK | cmyk(97%, 0%, 13%, 72%) |
| LAB | lab(26.8 -22.2 -0.2) |
| LCH | lch(26.8 22.2 180.5) |
| OKLCH | oklch(0.360 0.064 180.8) |
Copy-ready code
/* CSS */
color: #02483f;
background-color: #02483f;
/* Tailwind (arbitrary) */
class="text-[#02483f] bg-[#02483f]"
/* SCSS */
$brand: #02483f;
/* SwiftUI */
Color(red: 0.008, green: 0.282, blue: 0.247)
/* Android */
Color.parseColor("#02483f")Accessibility — WCAG contrast
Aa
#02483f on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02483f on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green28.2%
Blue24.7%
CMYK percentages
Cyan97.2%
Magenta0.0%
Yellow12.5%
Key (black)71.8%
Color previews
#02483f text on a black background
contrast 2.00:1
Card sample
#02483f text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02483f;
Background color
Panel with #02483f background
background-color: #02483f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02483f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 72, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 72, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02483f; background: linear-gradient(135deg, #02483f, #022248);