#8cfdb8
a light, electric green · cool · closest name: aquamarine
RGB
140, 253, 184
HSL
143°, 97%, 77%
CMYK
45, 0, 27, 1
Luminance
0.7929
Every format
| HEX | #8cfdb8 |
| RGB | rgb(140, 253, 184) |
| HSL | hsl(143, 97%, 77%) |
| CMYK | cmyk(45%, 0%, 27%, 1%) |
| LAB | lab(91.4 -47.1 23.2) |
| LCH | lch(91.4 52.5 153.8) |
| OKLCH | oklch(0.909 0.142 155.5) |
Copy-ready code
/* CSS */
color: #8cfdb8;
background-color: #8cfdb8;
/* Tailwind (arbitrary) */
class="text-[#8cfdb8] bg-[#8cfdb8]"
/* SCSS */
$brand: #8cfdb8;
/* SwiftUI */
Color(red: 0.549, green: 0.992, blue: 0.722)
/* Android */
Color.parseColor("#8cfdb8")Accessibility — WCAG contrast
Aa
#8cfdb8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfdb8 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green99.2%
Blue72.2%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow27.3%
Key (black)0.8%
Color previews
#8cfdb8 text on a black background
contrast 16.86:1
Card sample
#8cfdb8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfdb8;
Background color
Panel with #8cfdb8 background
background-color: #8cfdb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfdb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 253, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 253, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfdb8; background: linear-gradient(135deg, #8cfdb8, #8CF7FD);