#8dfcce
a light, electric green · cool · closest name: aquamarine
RGB
141, 252, 206
HSL
155°, 95%, 77%
CMYK
44, 0, 18, 1
Luminance
0.7974
Every format
| HEX | #8dfcce |
| RGB | rgb(141, 252, 206) |
| HSL | hsl(155, 95%, 77%) |
| CMYK | cmyk(44%, 0%, 18%, 1%) |
| LAB | lab(91.6 -42.2 12.2) |
| LCH | lch(91.6 43.9 163.9) |
| OKLCH | oklch(0.912 0.122 165.1) |
Copy-ready code
/* CSS */
color: #8dfcce;
background-color: #8dfcce;
/* Tailwind (arbitrary) */
class="text-[#8dfcce] bg-[#8dfcce]"
/* SCSS */
$brand: #8dfcce;
/* SwiftUI */
Color(red: 0.553, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#8dfcce")Accessibility — WCAG contrast
Aa
#8dfcce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfcce on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green98.8%
Blue80.8%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#8dfcce text on a black background
contrast 16.95:1
Card sample
#8dfcce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfcce;
Background color
Panel with #8dfcce background
background-color: #8dfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfcce; background: linear-gradient(135deg, #8dfcce, #8DE0FC);