#8ffcaf
a light, electric green · cool · closest name: aquamarine
RGB
143, 252, 175
HSL
138°, 95%, 78%
CMYK
43, 0, 31, 1
Luminance
0.7856
Every format
| HEX | #8ffcaf |
| RGB | rgb(143, 252, 175) |
| HSL | hsl(138, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 31%, 1%) |
| LAB | lab(91.0 -47.5 27.3) |
| LCH | lch(91.0 54.9 150.1) |
| OKLCH | oklch(0.906 0.147 152.0) |
Copy-ready code
/* CSS */
color: #8ffcaf;
background-color: #8ffcaf;
/* Tailwind (arbitrary) */
class="text-[#8ffcaf] bg-[#8ffcaf]"
/* SCSS */
$brand: #8ffcaf;
/* SwiftUI */
Color(red: 0.561, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#8ffcaf")Accessibility — WCAG contrast
Aa
#8ffcaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffcaf on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.8%
Blue68.6%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#8ffcaf text on a black background
contrast 16.71:1
Card sample
#8ffcaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffcaf;
Background color
Panel with #8ffcaf background
background-color: #8ffcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffcaf; background: linear-gradient(135deg, #8ffcaf, #8FFCF8);