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