#8ff6cd
a light, electric green · cool · closest name: aquamarine
RGB
143, 246, 205
HSL
156°, 85%, 76%
CMYK
42, 0, 17, 4
Luminance
0.7616
Every format
| HEX | #8ff6cd |
| RGB | rgb(143, 246, 205) |
| HSL | hsl(156, 85%, 76%) |
| CMYK | cmyk(42%, 0%, 17%, 4%) |
| LAB | lab(89.9 -39.2 10.4) |
| LCH | lch(89.9 40.5 165.1) |
| OKLCH | oklch(0.899 0.113 166.3) |
Copy-ready code
/* CSS */
color: #8ff6cd;
background-color: #8ff6cd;
/* Tailwind (arbitrary) */
class="text-[#8ff6cd] bg-[#8ff6cd]"
/* SCSS */
$brand: #8ff6cd;
/* SwiftUI */
Color(red: 0.561, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#8ff6cd")Accessibility — WCAG contrast
Aa
#8ff6cd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff6cd on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green96.5%
Blue80.4%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#8ff6cd text on a black background
contrast 16.23:1
Card sample
#8ff6cd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff6cd;
Background color
Panel with #8ff6cd background
background-color: #8ff6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff6cd; background: linear-gradient(135deg, #8ff6cd, #8FDAF6);