#02cbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 203, 255
HSL
192°, 100%, 50%
CMYK
99, 20, 0, 0
Luminance
0.4994
Every format
| HEX | #02cbff |
| RGB | rgb(2, 203, 255) |
| HSL | hsl(192, 100%, 50%) |
| CMYK | cmyk(99%, 20%, 0%, 0%) |
| LAB | lab(76.0 -23.8 -37.1) |
| LCH | lch(76.0 44.1 237.3) |
| OKLCH | oklch(0.783 0.148 224.9) |
Copy-ready code
/* CSS */
color: #02cbff;
background-color: #02cbff;
/* Tailwind (arbitrary) */
class="text-[#02cbff] bg-[#02cbff]"
/* SCSS */
$brand: #02cbff;
/* SwiftUI */
Color(red: 0.008, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#02cbff")Accessibility — WCAG contrast
Aa
#02cbff on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cbff on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green79.6%
Blue100.0%
CMYK percentages
Cyan99.2%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#02cbff text on a black background
contrast 10.99:1
Card sample
#02cbff text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cbff;
Background color
Panel with #02cbff background
background-color: #02cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cbff; background: linear-gradient(135deg, #02cbff, #0223FF);