#02c9eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 201, 235
HSL
189°, 98%, 47%
CMYK
99, 15, 0, 8
Luminance
0.4778
Every format
| HEX | #02c9eb |
| RGB | rgb(2, 201, 235) |
| HSL | hsl(189, 98%, 47%) |
| CMYK | cmyk(99%, 15%, 0%, 8%) |
| LAB | lab(74.7 -29.5 -28.5) |
| LCH | lch(74.7 41.0 224.0) |
| OKLCH | oklch(0.770 0.136 215.8) |
Copy-ready code
/* CSS */
color: #02c9eb;
background-color: #02c9eb;
/* Tailwind (arbitrary) */
class="text-[#02c9eb] bg-[#02c9eb]"
/* SCSS */
$brand: #02c9eb;
/* SwiftUI */
Color(red: 0.008, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#02c9eb")Accessibility — WCAG contrast
Aa
#02c9eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02c9eb on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green78.8%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#02c9eb text on a black background
contrast 10.56:1
Card sample
#02c9eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02c9eb;
Background color
Panel with #02c9eb background
background-color: #02c9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02c9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02c9eb; background: linear-gradient(135deg, #02c9eb, #022EEB);