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