#8fffcc
a light, electric green · cool · closest name: aquamarine
RGB
143, 255, 204
HSL
153°, 100%, 78%
CMYK
44, 0, 20, 0
Luminance
0.8172
Every format
| HEX | #8fffcc |
| RGB | rgb(143, 255, 204) |
| HSL | hsl(153, 100%, 78%) |
| CMYK | cmyk(44%, 0%, 20%, 0%) |
| LAB | lab(92.5 -43.4 14.5) |
| LCH | lch(92.5 45.8 161.5) |
| OKLCH | oklch(0.919 0.126 162.8) |
Copy-ready code
/* CSS */
color: #8fffcc;
background-color: #8fffcc;
/* Tailwind (arbitrary) */
class="text-[#8fffcc] bg-[#8fffcc]"
/* SCSS */
$brand: #8fffcc;
/* SwiftUI */
Color(red: 0.561, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#8fffcc")Accessibility — WCAG contrast
Aa
#8fffcc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fffcc on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green100.0%
Blue80.0%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#8fffcc text on a black background
contrast 17.34:1
Card sample
#8fffcc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fffcc;
Background color
Panel with #8fffcc background
background-color: #8fffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fffcc; background: linear-gradient(135deg, #8fffcc, #8FE7FF);