#02a0ce
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 160, 206
HSL
194°, 98%, 41%
CMYK
99, 22, 0, 19
Luminance
0.2961
Every format
| HEX | #02a0ce |
| RGB | rgb(2, 160, 206) |
| HSL | hsl(194, 98%, 41%) |
| CMYK | cmyk(99%, 22%, 0%, 19%) |
| LAB | lab(61.3 -18.4 -33.2) |
| LCH | lch(61.3 38.0 241.0) |
| OKLCH | oklch(0.659 0.127 227.4) |
Copy-ready code
/* CSS */
color: #02a0ce;
background-color: #02a0ce;
/* Tailwind (arbitrary) */
class="text-[#02a0ce] bg-[#02a0ce]"
/* SCSS */
$brand: #02a0ce;
/* SwiftUI */
Color(red: 0.008, green: 0.627, blue: 0.808)
/* Android */
Color.parseColor("#02a0ce")Accessibility — WCAG contrast
Aa
#02a0ce on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a0ce on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green62.7%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta22.3%
Yellow0.0%
Key (black)19.2%
Color previews
#02a0ce text on a black background
contrast 6.92:1
Card sample
#02a0ce text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a0ce;
Background color
Panel with #02a0ce background
background-color: #02a0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 160, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 160, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a0ce; background: linear-gradient(135deg, #02a0ce, #0218CE);