#8ffade
a light, electric cyan · cool · closest name: aquamarine
RGB
143, 250, 222
HSL
164°, 92%, 77%
CMYK
43, 0, 11, 2
Luminance
0.7948
Every format
| HEX | #8ffade |
| RGB | rgb(143, 250, 222) |
| HSL | hsl(164, 92%, 77%) |
| CMYK | cmyk(43%, 0%, 11%, 2%) |
| LAB | lab(91.5 -37.4 3.8) |
| LCH | lch(91.5 37.6 174.2) |
| OKLCH | oklch(0.913 0.108 175.0) |
Copy-ready code
/* CSS */
color: #8ffade;
background-color: #8ffade;
/* Tailwind (arbitrary) */
class="text-[#8ffade] bg-[#8ffade]"
/* SCSS */
$brand: #8ffade;
/* SwiftUI */
Color(red: 0.561, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#8ffade")Accessibility — WCAG contrast
Aa
#8ffade on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffade on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.0%
Blue87.1%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#8ffade text on a black background
contrast 16.90:1
Card sample
#8ffade text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffade;
Background color
Panel with #8ffade background
background-color: #8ffade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffade; background: linear-gradient(135deg, #8ffade, #8FCFFA);