#02aeee
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 174, 238
HSL
196°, 98%, 47%
CMYK
99, 27, 0, 7
Luminance
0.3646
Every format
| HEX | #02aeee |
| RGB | rgb(2, 174, 238) |
| HSL | hsl(196, 98%, 47%) |
| CMYK | cmyk(99%, 27%, 0%, 7%) |
| LAB | lab(66.9 -14.5 -42.2) |
| LCH | lch(66.9 44.6 251.0) |
| OKLCH | oklch(0.708 0.148 234.0) |
Copy-ready code
/* CSS */
color: #02aeee;
background-color: #02aeee;
/* Tailwind (arbitrary) */
class="text-[#02aeee] bg-[#02aeee]"
/* SCSS */
$brand: #02aeee;
/* SwiftUI */
Color(red: 0.008, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#02aeee")Accessibility — WCAG contrast
Aa
#02aeee on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aeee on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.2%
Blue93.3%
CMYK percentages
Cyan99.2%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#02aeee text on a black background
contrast 8.29:1
Card sample
#02aeee text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aeee;
Background color
Panel with #02aeee background
background-color: #02aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aeee; background: linear-gradient(135deg, #02aeee, #0211EE);