#02bacf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 186, 207
HSL
186°, 98%, 41%
CMYK
99, 10, 0, 19
Luminance
0.3964
Every format
| HEX | #02bacf |
| RGB | rgb(2, 186, 207) |
| HSL | hsl(186, 98%, 41%) |
| CMYK | cmyk(99%, 10%, 0%, 19%) |
| LAB | lab(69.2 -31.3 -21.6) |
| LCH | lch(69.2 38.0 214.7) |
| OKLCH | oklch(0.722 0.124 209.0) |
Copy-ready code
/* CSS */
color: #02bacf;
background-color: #02bacf;
/* Tailwind (arbitrary) */
class="text-[#02bacf] bg-[#02bacf]"
/* SCSS */
$brand: #02bacf;
/* SwiftUI */
Color(red: 0.008, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#02bacf")Accessibility — WCAG contrast
Aa
#02bacf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bacf on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green72.9%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#02bacf text on a black background
contrast 8.93:1
Card sample
#02bacf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bacf;
Background color
Panel with #02bacf background
background-color: #02bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bacf; background: linear-gradient(135deg, #02bacf, #0232CF);