#02bcd2
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 188, 210
HSL
186°, 98%, 42%
CMYK
99, 11, 0, 18
Luminance
0.4063
Every format
| HEX | #02bcd2 |
| RGB | rgb(2, 188, 210) |
| HSL | hsl(186, 98%, 42%) |
| CMYK | cmyk(99%, 11%, 0%, 18%) |
| LAB | lab(69.9 -31.3 -22.2) |
| LCH | lch(69.9 38.3 215.4) |
| OKLCH | oklch(0.728 0.126 209.6) |
Copy-ready code
/* CSS */
color: #02bcd2;
background-color: #02bcd2;
/* Tailwind (arbitrary) */
class="text-[#02bcd2] bg-[#02bcd2]"
/* SCSS */
$brand: #02bcd2;
/* SwiftUI */
Color(red: 0.008, green: 0.737, blue: 0.824)
/* Android */
Color.parseColor("#02bcd2")Accessibility — WCAG contrast
Aa
#02bcd2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bcd2 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green73.7%
Blue82.4%
CMYK percentages
Cyan99.0%
Magenta10.5%
Yellow0.0%
Key (black)17.6%
Color previews
#02bcd2 text on a black background
contrast 9.13:1
Card sample
#02bcd2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bcd2;
Background color
Panel with #02bcd2 background
background-color: #02bcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 188, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 188, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bcd2; background: linear-gradient(135deg, #02bcd2, #0232D2);