#02bfd4
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 191, 212
HSL
186°, 98%, 42%
CMYK
99, 10, 0, 17
Luminance
0.4203
Every format
| HEX | #02bfd4 |
| RGB | rgb(2, 191, 212) |
| HSL | hsl(186, 98%, 42%) |
| CMYK | cmyk(99%, 10%, 0%, 17%) |
| LAB | lab(70.9 -32.1 -21.8) |
| LCH | lch(70.9 38.8 214.2) |
| OKLCH | oklch(0.737 0.127 208.7) |
Copy-ready code
/* CSS */
color: #02bfd4;
background-color: #02bfd4;
/* Tailwind (arbitrary) */
class="text-[#02bfd4] bg-[#02bfd4]"
/* SCSS */
$brand: #02bfd4;
/* SwiftUI */
Color(red: 0.008, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#02bfd4")Accessibility — WCAG contrast
Aa
#02bfd4 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bfd4 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green74.9%
Blue83.1%
CMYK percentages
Cyan99.1%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#02bfd4 text on a black background
contrast 9.41:1
Card sample
#02bfd4 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bfd4;
Background color
Panel with #02bfd4 background
background-color: #02bfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bfd4; background: linear-gradient(135deg, #02bfd4, #0233D4);