#02cef2
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 206, 242
HSL
189°, 98%, 48%
CMYK
99, 15, 0, 5
Luminance
0.5057
Every format
| HEX | #02cef2 |
| RGB | rgb(2, 206, 242) |
| HSL | hsl(189, 98%, 48%) |
| CMYK | cmyk(99%, 15%, 0%, 5%) |
| LAB | lab(76.4 -29.6 -29.6) |
| LCH | lch(76.4 41.9 225.0) |
| OKLCH | oklch(0.785 0.140 216.4) |
Copy-ready code
/* CSS */
color: #02cef2;
background-color: #02cef2;
/* Tailwind (arbitrary) */
class="text-[#02cef2] bg-[#02cef2]"
/* SCSS */
$brand: #02cef2;
/* SwiftUI */
Color(red: 0.008, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#02cef2")Accessibility — WCAG contrast
Aa
#02cef2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cef2 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.8%
Blue94.9%
CMYK percentages
Cyan99.2%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#02cef2 text on a black background
contrast 11.11:1
Card sample
#02cef2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cef2;
Background color
Panel with #02cef2 background
background-color: #02cef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cef2; background: linear-gradient(135deg, #02cef2, #022EF2);