#8dfebc
a light, electric green · cool · closest name: aquamarine
RGB
141, 254, 188
HSL
145°, 98%, 78%
CMYK
45, 0, 26, 0
Luminance
0.8018
Every format
| HEX | #8dfebc |
| RGB | rgb(141, 254, 188) |
| HSL | hsl(145, 98%, 78%) |
| CMYK | cmyk(45%, 0%, 26%, 0%) |
| LAB | lab(91.8 -46.6 21.7) |
| LCH | lch(91.8 51.4 155.0) |
| OKLCH | oklch(0.913 0.139 156.6) |
Copy-ready code
/* CSS */
color: #8dfebc;
background-color: #8dfebc;
/* Tailwind (arbitrary) */
class="text-[#8dfebc] bg-[#8dfebc]"
/* SCSS */
$brand: #8dfebc;
/* SwiftUI */
Color(red: 0.553, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#8dfebc")Accessibility — WCAG contrast
Aa
#8dfebc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfebc on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green99.6%
Blue73.7%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#8dfebc text on a black background
contrast 17.04:1
Card sample
#8dfebc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfebc;
Background color
Panel with #8dfebc background
background-color: #8dfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfebc; background: linear-gradient(135deg, #8dfebc, #8DF5FE);