#02bfd7
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 191, 215
HSL
187°, 98%, 43%
CMYK
99, 11, 0, 16
Luminance
0.4218
Every format
| HEX | #02bfd7 |
| RGB | rgb(2, 191, 215) |
| HSL | hsl(187, 98%, 43%) |
| CMYK | cmyk(99%, 11%, 0%, 16%) |
| LAB | lab(71.0 -31.1 -23.3) |
| LCH | lch(71.0 38.8 216.8) |
| OKLCH | oklch(0.738 0.128 210.6) |
Copy-ready code
/* CSS */
color: #02bfd7;
background-color: #02bfd7;
/* Tailwind (arbitrary) */
class="text-[#02bfd7] bg-[#02bfd7]"
/* SCSS */
$brand: #02bfd7;
/* SwiftUI */
Color(red: 0.008, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#02bfd7")Accessibility — WCAG contrast
Aa
#02bfd7 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bfd7 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green74.9%
Blue84.3%
CMYK percentages
Cyan99.1%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#02bfd7 text on a black background
contrast 9.44:1
Card sample
#02bfd7 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bfd7;
Background color
Panel with #02bfd7 background
background-color: #02bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bfd7; background: linear-gradient(135deg, #02bfd7, #0231D7);