#8ebaa0
a balanced, soft green · cool · closest name: silver
RGB
142, 186, 160
HSL
145°, 24%, 64%
CMYK
24, 0, 14, 27
Luminance
0.4341
Every format
| HEX | #8ebaa0 |
| RGB | rgb(142, 186, 160) |
| HSL | hsl(145, 24%, 64%) |
| CMYK | cmyk(24%, 0%, 14%, 27%) |
| LAB | lab(71.8 -20.0 8.4) |
| LCH | lch(71.8 21.7 157.1) |
| OKLCH | oklch(0.750 0.060 158.6) |
Copy-ready code
/* CSS */
color: #8ebaa0;
background-color: #8ebaa0;
/* Tailwind (arbitrary) */
class="text-[#8ebaa0] bg-[#8ebaa0]"
/* SCSS */
$brand: #8ebaa0;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.627)
/* Android */
Color.parseColor("#8ebaa0")Accessibility — WCAG contrast
Aa
#8ebaa0 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebaa0 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue62.7%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow14.0%
Key (black)27.1%
Color previews
#8ebaa0 text on a black background
contrast 9.68:1
Card sample
#8ebaa0 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebaa0;
Background color
Panel with #8ebaa0 background
background-color: #8ebaa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebaa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebaa0; background: linear-gradient(135deg, #8ebaa0, #8EB7BA);