#02beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 190, 238
HSL
192°, 98%, 47%
CMYK
99, 20, 0, 7
Luminance
0.4301
Every format
| HEX | #02beee |
| RGB | rgb(2, 190, 238) |
| HSL | hsl(192, 98%, 47%) |
| CMYK | cmyk(99%, 20%, 0%, 7%) |
| LAB | lab(71.6 -22.9 -34.9) |
| LCH | lch(71.6 41.8 236.7) |
| OKLCH | oklch(0.745 0.140 224.4) |
Copy-ready code
/* CSS */
color: #02beee;
background-color: #02beee;
/* Tailwind (arbitrary) */
class="text-[#02beee] bg-[#02beee]"
/* SCSS */
$brand: #02beee;
/* SwiftUI */
Color(red: 0.008, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#02beee")Accessibility — WCAG contrast
Aa
#02beee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02beee on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan99.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#02beee text on a black background
contrast 9.60:1
Card sample
#02beee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02beee;
Background color
Panel with #02beee background
background-color: #02beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02beee; background: linear-gradient(135deg, #02beee, #0221EE);