#02cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 203, 253
HSL
192°, 98%, 50%
CMYK
99, 20, 0, 1
Luminance
0.4982
Every format
| HEX | #02cbfd |
| RGB | rgb(2, 203, 253) |
| HSL | hsl(192, 98%, 50%) |
| CMYK | cmyk(99%, 20%, 0%, 1%) |
| LAB | lab(76.0 -24.5 -36.2) |
| LCH | lch(76.0 43.7 235.9) |
| OKLCH | oklch(0.782 0.147 223.9) |
Copy-ready code
/* CSS */
color: #02cbfd;
background-color: #02cbfd;
/* Tailwind (arbitrary) */
class="text-[#02cbfd] bg-[#02cbfd]"
/* SCSS */
$brand: #02cbfd;
/* SwiftUI */
Color(red: 0.008, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#02cbfd")Accessibility — WCAG contrast
Aa
#02cbfd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cbfd on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green79.6%
Blue99.2%
CMYK percentages
Cyan99.2%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#02cbfd text on a black background
contrast 10.96:1
Card sample
#02cbfd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cbfd;
Background color
Panel with #02cbfd background
background-color: #02cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cbfd; background: linear-gradient(135deg, #02cbfd, #0223FD);