#8dffce
a light, electric green · cool · closest name: aquamarine
RGB
141, 255, 206
HSL
154°, 100%, 78%
CMYK
45, 0, 19, 0
Luminance
0.8164
Every format
| HEX | #8dffce |
| RGB | rgb(141, 255, 206) |
| HSL | hsl(154, 100%, 78%) |
| CMYK | cmyk(45%, 0%, 19%, 0%) |
| LAB | lab(92.4 -43.5 13.4) |
| LCH | lch(92.4 45.5 162.9) |
| OKLCH | oklch(0.919 0.126 164.1) |
Copy-ready code
/* CSS */
color: #8dffce;
background-color: #8dffce;
/* Tailwind (arbitrary) */
class="text-[#8dffce] bg-[#8dffce]"
/* SCSS */
$brand: #8dffce;
/* SwiftUI */
Color(red: 0.553, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#8dffce")Accessibility — WCAG contrast
Aa
#8dffce on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dffce on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green100.0%
Blue80.8%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#8dffce text on a black background
contrast 17.33:1
Card sample
#8dffce text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dffce;
Background color
Panel with #8dffce background
background-color: #8dffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dffce; background: linear-gradient(135deg, #8dffce, #8DE4FF);