#8ebfa4
a light, soft green · cool · closest name: silver
RGB
142, 191, 164
HSL
147°, 28%, 65%
CMYK
26, 0, 14, 25
Luminance
0.4569
Every format
| HEX | #8ebfa4 |
| RGB | rgb(142, 191, 164) |
| HSL | hsl(147, 28%, 65%) |
| CMYK | cmyk(26%, 0%, 14%, 25%) |
| LAB | lab(73.3 -21.7 8.4) |
| LCH | lch(73.3 23.3 158.8) |
| OKLCH | oklch(0.762 0.065 160.3) |
Copy-ready code
/* CSS */
color: #8ebfa4;
background-color: #8ebfa4;
/* Tailwind (arbitrary) */
class="text-[#8ebfa4] bg-[#8ebfa4]"
/* SCSS */
$brand: #8ebfa4;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.643)
/* Android */
Color.parseColor("#8ebfa4")Accessibility — WCAG contrast
Aa
#8ebfa4 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfa4 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue64.3%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow14.1%
Key (black)25.1%
Color previews
#8ebfa4 text on a black background
contrast 10.14:1
Card sample
#8ebfa4 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfa4;
Background color
Panel with #8ebfa4 background
background-color: #8ebfa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfa4; background: linear-gradient(135deg, #8ebfa4, #8EB9BF);