#02cefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 206, 252
HSL
191°, 98%, 50%
CMYK
99, 18, 0, 1
Luminance
0.5118
Every format
| HEX | #02cefc |
| RGB | rgb(2, 206, 252) |
| HSL | hsl(191, 98%, 50%) |
| CMYK | cmyk(99%, 18%, 0%, 1%) |
| LAB | lab(76.8 -26.3 -34.3) |
| LCH | lch(76.8 43.3 232.5) |
| OKLCH | oklch(0.789 0.145 221.7) |
Copy-ready code
/* CSS */
color: #02cefc;
background-color: #02cefc;
/* Tailwind (arbitrary) */
class="text-[#02cefc] bg-[#02cefc]"
/* SCSS */
$brand: #02cefc;
/* SwiftUI */
Color(red: 0.008, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#02cefc")Accessibility — WCAG contrast
Aa
#02cefc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cefc on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.8%
Blue98.8%
CMYK percentages
Cyan99.2%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#02cefc text on a black background
contrast 11.24:1
Card sample
#02cefc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cefc;
Background color
Panel with #02cefc background
background-color: #02cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cefc; background: linear-gradient(135deg, #02cefc, #0228FC);