#02bcdf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 188, 223
HSL
190°, 98%, 44%
CMYK
99, 16, 0, 13
Luminance
0.4131
Every format
| HEX | #02bcdf |
| RGB | rgb(2, 188, 223) |
| HSL | hsl(190, 98%, 44%) |
| CMYK | cmyk(99%, 16%, 0%, 13%) |
| LAB | lab(70.4 -27.0 -28.6) |
| LCH | lch(70.4 39.3 226.6) |
| OKLCH | oklch(0.734 0.131 217.6) |
Copy-ready code
/* CSS */
color: #02bcdf;
background-color: #02bcdf;
/* Tailwind (arbitrary) */
class="text-[#02bcdf] bg-[#02bcdf]"
/* SCSS */
$brand: #02bcdf;
/* SwiftUI */
Color(red: 0.008, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#02bcdf")Accessibility — WCAG contrast
Aa
#02bcdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bcdf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green73.7%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#02bcdf text on a black background
contrast 9.26:1
Card sample
#02bcdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bcdf;
Background color
Panel with #02bcdf background
background-color: #02bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bcdf; background: linear-gradient(135deg, #02bcdf, #0229DF);