#024f6c
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 79, 108
HSL
196°, 96%, 22%
CMYK
98, 27, 0, 58
Luminance
0.0669
Every format
| HEX | #024f6c |
| RGB | rgb(2, 79, 108) |
| HSL | hsl(196, 96%, 22%) |
| CMYK | cmyk(98%, 27%, 0%, 58%) |
| LAB | lab(31.1 -9.2 -22.5) |
| LCH | lch(31.1 24.4 247.7) |
| OKLCH | oklch(0.402 0.081 231.9) |
Copy-ready code
/* CSS */
color: #024f6c;
background-color: #024f6c;
/* Tailwind (arbitrary) */
class="text-[#024f6c] bg-[#024f6c]"
/* SCSS */
$brand: #024f6c;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.424)
/* Android */
Color.parseColor("#024f6c")Accessibility — WCAG contrast
Aa
#024f6c on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f6c on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue42.4%
CMYK percentages
Cyan98.1%
Magenta26.9%
Yellow0.0%
Key (black)57.6%
Color previews
#024f6c text on a black background
contrast 2.34:1
Card sample
#024f6c text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f6c;
Background color
Panel with #024f6c background
background-color: #024f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f6c; background: linear-gradient(135deg, #024f6c, #02086C);