#02dbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 219, 255
HSL
189°, 100%, 50%
CMYK
99, 14, 0, 0
Luminance
0.5790
Every format
| HEX | #02dbff |
| RGB | rgb(2, 219, 255) |
| HSL | hsl(189, 100%, 50%) |
| CMYK | cmyk(99%, 14%, 0%, 0%) |
| LAB | lab(80.7 -31.7 -29.9) |
| LCH | lch(80.7 43.6 223.4) |
| OKLCH | oklch(0.821 0.145 215.3) |
Copy-ready code
/* CSS */
color: #02dbff;
background-color: #02dbff;
/* Tailwind (arbitrary) */
class="text-[#02dbff] bg-[#02dbff]"
/* SCSS */
$brand: #02dbff;
/* SwiftUI */
Color(red: 0.008, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#02dbff")Accessibility — WCAG contrast
Aa
#02dbff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02dbff on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green85.9%
Blue100.0%
CMYK percentages
Cyan99.2%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#02dbff text on a black background
contrast 12.58:1
Card sample
#02dbff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02dbff;
Background color
Panel with #02dbff background
background-color: #02dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02dbff; background: linear-gradient(135deg, #02dbff, #0233FF);