#02c4df
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 196, 223
HSL
187°, 98%, 44%
CMYK
99, 12, 0, 13
Luminance
0.4482
Every format
| HEX | #02c4df |
| RGB | rgb(2, 196, 223) |
| HSL | hsl(187, 98%, 44%) |
| CMYK | cmyk(99%, 12%, 0%, 13%) |
| LAB | lab(72.8 -30.9 -24.9) |
| LCH | lch(72.8 39.7 218.8) |
| OKLCH | oklch(0.753 0.131 212.1) |
Copy-ready code
/* CSS */
color: #02c4df;
background-color: #02c4df;
/* Tailwind (arbitrary) */
class="text-[#02c4df] bg-[#02c4df]"
/* SCSS */
$brand: #02c4df;
/* SwiftUI */
Color(red: 0.008, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#02c4df")Accessibility — WCAG contrast
Aa
#02c4df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02c4df on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green76.9%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta12.1%
Yellow0.0%
Key (black)12.5%
Color previews
#02c4df text on a black background
contrast 9.96:1
Card sample
#02c4df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02c4df;
Background color
Panel with #02c4df background
background-color: #02c4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02c4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02c4df; background: linear-gradient(135deg, #02c4df, #0231DF);