#02dcef
a balanced, electric cyan · cool · closest name: cyan
RGB
2, 220, 239
HSL
185°, 98%, 47%
CMYK
99, 8, 0, 6
Luminance
0.5743
Every format
| HEX | #02dcef |
| RGB | rgb(2, 220, 239) |
| HSL | hsl(185, 98%, 47%) |
| CMYK | cmyk(99%, 8%, 0%, 6%) |
| LAB | lab(80.4 -37.2 -21.9) |
| LCH | lch(80.4 43.2 210.4) |
| OKLCH | oklch(0.817 0.140 205.9) |
Copy-ready code
/* CSS */
color: #02dcef;
background-color: #02dcef;
/* Tailwind (arbitrary) */
class="text-[#02dcef] bg-[#02dcef]"
/* SCSS */
$brand: #02dcef;
/* SwiftUI */
Color(red: 0.008, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#02dcef")Accessibility — WCAG contrast
Aa
#02dcef on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02dcef on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green86.3%
Blue93.7%
CMYK percentages
Cyan99.2%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#02dcef text on a black background
contrast 12.49:1
Card sample
#02dcef text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02dcef;
Background color
Panel with #02dcef background
background-color: #02dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02dcef; background: linear-gradient(135deg, #02dcef, #023EEF);