#a0b858
a balanced, soft green · cool · closest name: olivedrab
RGB
160, 184, 88
HSL
75°, 40%, 53%
CMYK
13, 0, 52, 28
Luminance
0.4246
Every format
| HEX | #a0b858 |
| RGB | rgb(160, 184, 88) |
| HSL | hsl(75, 40%, 53%) |
| CMYK | cmyk(13%, 0%, 52%, 28%) |
| LAB | lab(71.2 -23.0 45.5) |
| LCH | lch(71.2 51.0 116.8) |
| OKLCH | oklch(0.744 0.126 121.2) |
Copy-ready code
/* CSS */
color: #a0b858;
background-color: #a0b858;
/* Tailwind (arbitrary) */
class="text-[#a0b858] bg-[#a0b858]"
/* SCSS */
$brand: #a0b858;
/* SwiftUI */
Color(red: 0.627, green: 0.722, blue: 0.345)
/* Android */
Color.parseColor("#a0b858")Accessibility — WCAG contrast
Aa
#a0b858 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b858 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green72.2%
Blue34.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow52.2%
Key (black)27.8%
Color previews
#a0b858 text on a black background
contrast 9.49:1
Card sample
#a0b858 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b858;
Background color
Panel with #a0b858 background
background-color: #a0b858;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b858;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 184, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 184, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b858; background: linear-gradient(135deg, #a0b858, #60B858);