#02aacf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 170, 207
HSL
191°, 98%, 41%
CMYK
99, 18, 0, 19
Luminance
0.3327
Every format
| HEX | #02aacf |
| RGB | rgb(2, 170, 207) |
| HSL | hsl(191, 98%, 41%) |
| CMYK | cmyk(99%, 18%, 0%, 19%) |
| LAB | lab(64.4 -23.3 -29.0) |
| LCH | lch(64.4 37.2 231.2) |
| OKLCH | oklch(0.683 0.125 220.8) |
Copy-ready code
/* CSS */
color: #02aacf;
background-color: #02aacf;
/* Tailwind (arbitrary) */
class="text-[#02aacf] bg-[#02aacf]"
/* SCSS */
$brand: #02aacf;
/* SwiftUI */
Color(red: 0.008, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#02aacf")Accessibility — WCAG contrast
Aa
#02aacf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aacf on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green66.7%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#02aacf text on a black background
contrast 7.65:1
Card sample
#02aacf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aacf;
Background color
Panel with #02aacf background
background-color: #02aacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aacf; background: linear-gradient(135deg, #02aacf, #0221CF);