#02a7ce
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 167, 206
HSL
192°, 98%, 41%
CMYK
99, 19, 0, 19
Luminance
0.3211
Every format
| HEX | #02a7ce |
| RGB | rgb(2, 167, 206) |
| HSL | hsl(192, 98%, 41%) |
| CMYK | cmyk(99%, 19%, 0%, 19%) |
| LAB | lab(63.4 -22.1 -29.9) |
| LCH | lch(63.4 37.2 233.6) |
| OKLCH | oklch(0.675 0.125 222.4) |
Copy-ready code
/* CSS */
color: #02a7ce;
background-color: #02a7ce;
/* Tailwind (arbitrary) */
class="text-[#02a7ce] bg-[#02a7ce]"
/* SCSS */
$brand: #02a7ce;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.808)
/* Android */
Color.parseColor("#02a7ce")Accessibility — WCAG contrast
Aa
#02a7ce on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7ce on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta18.9%
Yellow0.0%
Key (black)19.2%
Color previews
#02a7ce text on a black background
contrast 7.42:1
Card sample
#02a7ce text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7ce;
Background color
Panel with #02a7ce background
background-color: #02a7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7ce; background: linear-gradient(135deg, #02a7ce, #021FCE);