#02cadf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 202, 223
HSL
186°, 98%, 44%
CMYK
99, 9, 0, 13
Luminance
0.4758
Every format
| HEX | #02cadf |
| RGB | rgb(2, 202, 223) |
| HSL | hsl(186, 98%, 44%) |
| CMYK | cmyk(99%, 9%, 0%, 13%) |
| LAB | lab(74.6 -33.8 -22.2) |
| LCH | lch(74.6 40.4 213.3) |
| OKLCH | oklch(0.767 0.132 208.0) |
Copy-ready code
/* CSS */
color: #02cadf;
background-color: #02cadf;
/* Tailwind (arbitrary) */
class="text-[#02cadf] bg-[#02cadf]"
/* SCSS */
$brand: #02cadf;
/* SwiftUI */
Color(red: 0.008, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#02cadf")Accessibility — WCAG contrast
Aa
#02cadf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cadf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green79.2%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#02cadf text on a black background
contrast 10.52:1
Card sample
#02cadf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cadf;
Background color
Panel with #02cadf background
background-color: #02cadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cadf; background: linear-gradient(135deg, #02cadf, #0237DF);