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