#02ace9
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 172, 233
HSL
196°, 98%, 46%
CMYK
99, 26, 0, 9
Luminance
0.3540
Every format
| HEX | #02ace9 |
| RGB | rgb(2, 172, 233) |
| HSL | hsl(196, 98%, 46%) |
| CMYK | cmyk(99%, 26%, 0%, 9%) |
| LAB | lab(66.1 -15.2 -40.8) |
| LCH | lch(66.1 43.5 249.5) |
| OKLCH | oklch(0.700 0.144 233.0) |
Copy-ready code
/* CSS */
color: #02ace9;
background-color: #02ace9;
/* Tailwind (arbitrary) */
class="text-[#02ace9] bg-[#02ace9]"
/* SCSS */
$brand: #02ace9;
/* SwiftUI */
Color(red: 0.008, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#02ace9")Accessibility — WCAG contrast
Aa
#02ace9 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ace9 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.5%
Blue91.4%
CMYK percentages
Cyan99.1%
Magenta26.2%
Yellow0.0%
Key (black)8.6%
Color previews
#02ace9 text on a black background
contrast 8.08:1
Card sample
#02ace9 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ace9;
Background color
Panel with #02ace9 background
background-color: #02ace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ace9; background: linear-gradient(135deg, #02ace9, #0212E9);