#02adcf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 173, 207
HSL
190°, 98%, 41%
CMYK
99, 16, 0, 19
Luminance
0.3441
Every format
| HEX | #02adcf |
| RGB | rgb(2, 173, 207) |
| HSL | hsl(190, 98%, 41%) |
| CMYK | cmyk(99%, 16%, 0%, 19%) |
| LAB | lab(65.3 -24.8 -27.6) |
| LCH | lch(65.3 37.2 228.1) |
| OKLCH | oklch(0.691 0.124 218.6) |
Copy-ready code
/* CSS */
color: #02adcf;
background-color: #02adcf;
/* Tailwind (arbitrary) */
class="text-[#02adcf] bg-[#02adcf]"
/* SCSS */
$brand: #02adcf;
/* SwiftUI */
Color(red: 0.008, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#02adcf")Accessibility — WCAG contrast
Aa
#02adcf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02adcf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.8%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#02adcf text on a black background
contrast 7.88:1
Card sample
#02adcf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02adcf;
Background color
Panel with #02adcf background
background-color: #02adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02adcf; background: linear-gradient(135deg, #02adcf, #0224CF);