#8ebaa7
a balanced, soft green · cool · closest name: silver
RGB
142, 186, 167
HSL
154°, 24%, 64%
CMYK
24, 0, 10, 27
Luminance
0.4366
Every format
| HEX | #8ebaa7 |
| RGB | rgb(142, 186, 167) |
| HSL | hsl(154, 24%, 64%) |
| CMYK | cmyk(24%, 0%, 10%, 27%) |
| LAB | lab(72.0 -18.6 4.9) |
| LCH | lch(72.0 19.2 165.3) |
| OKLCH | oklch(0.752 0.054 166.6) |
Copy-ready code
/* CSS */
color: #8ebaa7;
background-color: #8ebaa7;
/* Tailwind (arbitrary) */
class="text-[#8ebaa7] bg-[#8ebaa7]"
/* SCSS */
$brand: #8ebaa7;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.655)
/* Android */
Color.parseColor("#8ebaa7")Accessibility — WCAG contrast
Aa
#8ebaa7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebaa7 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue65.5%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow10.2%
Key (black)27.1%
Color previews
#8ebaa7 text on a black background
contrast 9.73:1
Card sample
#8ebaa7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebaa7;
Background color
Panel with #8ebaa7 background
background-color: #8ebaa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebaa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebaa7; background: linear-gradient(135deg, #8ebaa7, #8EB0BA);