#8ffcac
a light, electric green · cool · closest name: aquamarine
RGB
143, 252, 172
HSL
136°, 95%, 78%
CMYK
43, 0, 32, 1
Luminance
0.7844
Every format
| HEX | #8ffcac |
| RGB | rgb(143, 252, 172) |
| HSL | hsl(136, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 32%, 1%) |
| LAB | lab(91.0 -48.1 28.8) |
| LCH | lch(91.0 56.0 149.1) |
| OKLCH | oklch(0.905 0.150 151.0) |
Copy-ready code
/* CSS */
color: #8ffcac;
background-color: #8ffcac;
/* Tailwind (arbitrary) */
class="text-[#8ffcac] bg-[#8ffcac]"
/* SCSS */
$brand: #8ffcac;
/* SwiftUI */
Color(red: 0.561, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#8ffcac")Accessibility — WCAG contrast
Aa
#8ffcac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffcac on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.8%
Blue67.5%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#8ffcac text on a black background
contrast 16.69:1
Card sample
#8ffcac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffcac;
Background color
Panel with #8ffcac background
background-color: #8ffcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffcac; background: linear-gradient(135deg, #8ffcac, #8FFCF5);