#8eb0af
a balanced, soft cyan · cool · closest name: silver
RGB
142, 176, 175
HSL
178°, 18%, 62%
CMYK
19, 0, 1, 31
Luminance
0.3990
Every format
| HEX | #8eb0af |
| RGB | rgb(142, 176, 175) |
| HSL | hsl(178, 18%, 62%) |
| CMYK | cmyk(19%, 0%, 1%, 31%) |
| LAB | lab(69.4 -11.7 -3.3) |
| LCH | lch(69.4 12.2 195.8) |
| OKLCH | oklch(0.732 0.037 194.2) |
Copy-ready code
/* CSS */
color: #8eb0af;
background-color: #8eb0af;
/* Tailwind (arbitrary) */
class="text-[#8eb0af] bg-[#8eb0af]"
/* SCSS */
$brand: #8eb0af;
/* SwiftUI */
Color(red: 0.557, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#8eb0af")Accessibility — WCAG contrast
Aa
#8eb0af on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb0af on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.0%
Blue68.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#8eb0af text on a black background
contrast 8.98:1
Card sample
#8eb0af text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb0af;
Background color
Panel with #8eb0af background
background-color: #8eb0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb0af; background: linear-gradient(135deg, #8eb0af, #8E9AB0);