#02fcba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
2, 252, 186
HSL
164°, 98%, 50%
CMYK
99, 0, 26, 1
Luminance
0.7318
Every format
| HEX | #02fcba |
| RGB | rgb(2, 252, 186) |
| HSL | hsl(164, 98%, 50%) |
| CMYK | cmyk(99%, 0%, 26%, 1%) |
| LAB | lab(88.5 -64.7 17.9) |
| LCH | lch(88.5 67.1 164.6) |
| OKLCH | oklch(0.879 0.183 165.6) |
Copy-ready code
/* CSS */
color: #02fcba;
background-color: #02fcba;
/* Tailwind (arbitrary) */
class="text-[#02fcba] bg-[#02fcba]"
/* SCSS */
$brand: #02fcba;
/* SwiftUI */
Color(red: 0.008, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#02fcba")Accessibility — WCAG contrast
Aa
#02fcba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02fcba on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green98.8%
Blue72.9%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#02fcba text on a black background
contrast 15.64:1
Card sample
#02fcba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02fcba;
Background color
Panel with #02fcba background
background-color: #02fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02fcba; background: linear-gradient(135deg, #02fcba, #0297FC);