#02a2d8
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 162, 216
HSL
195°, 98%, 43%
CMYK
99, 25, 0, 15
Luminance
0.3081
Every format
| HEX | #02a2d8 |
| RGB | rgb(2, 162, 216) |
| HSL | hsl(195, 98%, 43%) |
| CMYK | cmyk(99%, 25%, 0%, 15%) |
| LAB | lab(62.4 -15.9 -37.2) |
| LCH | lch(62.4 40.4 246.8) |
| OKLCH | oklch(0.668 0.135 231.2) |
Copy-ready code
/* CSS */
color: #02a2d8;
background-color: #02a2d8;
/* Tailwind (arbitrary) */
class="text-[#02a2d8] bg-[#02a2d8]"
/* SCSS */
$brand: #02a2d8;
/* SwiftUI */
Color(red: 0.008, green: 0.635, blue: 0.847)
/* Android */
Color.parseColor("#02a2d8")Accessibility — WCAG contrast
Aa
#02a2d8 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a2d8 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green63.5%
Blue84.7%
CMYK percentages
Cyan99.1%
Magenta25.0%
Yellow0.0%
Key (black)15.3%
Color previews
#02a2d8 text on a black background
contrast 7.16:1
Card sample
#02a2d8 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a2d8;
Background color
Panel with #02a2d8 background
background-color: #02a2d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a2d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 162, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 162, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a2d8; background: linear-gradient(135deg, #02a2d8, #0213D8);