#8ff7cd
a light, electric green · cool · closest name: aquamarine
RGB
143, 247, 205
HSL
156°, 87%, 77%
CMYK
42, 0, 17, 3
Luminance
0.7677
Every format
| HEX | #8ff7cd |
| RGB | rgb(143, 247, 205) |
| HSL | hsl(156, 87%, 77%) |
| CMYK | cmyk(42%, 0%, 17%, 3%) |
| LAB | lab(90.2 -39.6 10.8) |
| LCH | lch(90.2 41.1 164.7) |
| OKLCH | oklch(0.901 0.115 166.0) |
Copy-ready code
/* CSS */
color: #8ff7cd;
background-color: #8ff7cd;
/* Tailwind (arbitrary) */
class="text-[#8ff7cd] bg-[#8ff7cd]"
/* SCSS */
$brand: #8ff7cd;
/* SwiftUI */
Color(red: 0.561, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#8ff7cd")Accessibility — WCAG contrast
Aa
#8ff7cd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff7cd on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green96.9%
Blue80.4%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#8ff7cd text on a black background
contrast 16.35:1
Card sample
#8ff7cd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff7cd;
Background color
Panel with #8ff7cd background
background-color: #8ff7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff7cd; background: linear-gradient(135deg, #8ff7cd, #8FDCF7);