#02a4ce
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 164, 206
HSL
192°, 98%, 41%
CMYK
99, 20, 0, 19
Luminance
0.3102
Every format
| HEX | #02a4ce |
| RGB | rgb(2, 164, 206) |
| HSL | hsl(192, 98%, 41%) |
| CMYK | cmyk(99%, 20%, 0%, 19%) |
| LAB | lab(62.5 -20.5 -31.3) |
| LCH | lch(62.5 37.5 236.8) |
| OKLCH | oklch(0.668 0.126 224.5) |
Copy-ready code
/* CSS */
color: #02a4ce;
background-color: #02a4ce;
/* Tailwind (arbitrary) */
class="text-[#02a4ce] bg-[#02a4ce]"
/* SCSS */
$brand: #02a4ce;
/* SwiftUI */
Color(red: 0.008, green: 0.643, blue: 0.808)
/* Android */
Color.parseColor("#02a4ce")Accessibility — WCAG contrast
Aa
#02a4ce on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a4ce on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.3%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta20.4%
Yellow0.0%
Key (black)19.2%
Color previews
#02a4ce text on a black background
contrast 7.20:1
Card sample
#02a4ce text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a4ce;
Background color
Panel with #02a4ce background
background-color: #02a4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 164, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 164, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a4ce; background: linear-gradient(135deg, #02a4ce, #021CCE);