#02abca
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 171, 202
HSL
189°, 98%, 40%
CMYK
99, 15, 0, 21
Luminance
0.3340
Every format
| HEX | #02abca |
| RGB | rgb(2, 171, 202) |
| HSL | hsl(189, 98%, 40%) |
| CMYK | cmyk(99%, 15%, 0%, 21%) |
| LAB | lab(64.5 -25.5 -26.1) |
| LCH | lch(64.5 36.5 225.6) |
| OKLCH | oklch(0.683 0.122 216.9) |
Copy-ready code
/* CSS */
color: #02abca;
background-color: #02abca;
/* Tailwind (arbitrary) */
class="text-[#02abca] bg-[#02abca]"
/* SCSS */
$brand: #02abca;
/* SwiftUI */
Color(red: 0.008, green: 0.671, blue: 0.792)
/* Android */
Color.parseColor("#02abca")Accessibility — WCAG contrast
Aa
#02abca on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02abca on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.1%
Blue79.2%
CMYK percentages
Cyan99.0%
Magenta15.3%
Yellow0.0%
Key (black)20.8%
Color previews
#02abca text on a black background
contrast 7.68:1
Card sample
#02abca text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02abca;
Background color
Panel with #02abca background
background-color: #02abca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02abca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 171, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 171, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02abca; background: linear-gradient(135deg, #02abca, #0226CA);