#02a7cc
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 167, 204
HSL
191°, 98%, 40%
CMYK
99, 18, 0, 20
Luminance
0.3201
Every format
| HEX | #02a7cc |
| RGB | rgb(2, 167, 204) |
| HSL | hsl(191, 98%, 40%) |
| CMYK | cmyk(99%, 18%, 0%, 20%) |
| LAB | lab(63.4 -22.8 -28.9) |
| LCH | lch(63.4 36.8 231.8) |
| OKLCH | oklch(0.675 0.124 221.2) |
Copy-ready code
/* CSS */
color: #02a7cc;
background-color: #02a7cc;
/* Tailwind (arbitrary) */
class="text-[#02a7cc] bg-[#02a7cc]"
/* SCSS */
$brand: #02a7cc;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.800)
/* Android */
Color.parseColor("#02a7cc")Accessibility — WCAG contrast
Aa
#02a7cc on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7cc on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue80.0%
CMYK percentages
Cyan99.0%
Magenta18.1%
Yellow0.0%
Key (black)20.0%
Color previews
#02a7cc text on a black background
contrast 7.40:1
Card sample
#02a7cc text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7cc;
Background color
Panel with #02a7cc background
background-color: #02a7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7cc; background: linear-gradient(135deg, #02a7cc, #0220CC);