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