#abcd5f
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 205, 95
HSL
79°, 52%, 59%
CMYK
17, 0, 54, 20
Luminance
0.5315
Every format
| HEX | #abcd5f |
| RGB | rgb(171, 205, 95) |
| HSL | hsl(79, 52%, 59%) |
| CMYK | cmyk(17%, 0%, 54%, 20%) |
| LAB | lab(78.0 -28.2 50.4) |
| LCH | lch(78.0 57.7 119.2) |
| OKLCH | oklch(0.800 0.143 123.9) |
Copy-ready code
/* CSS */
color: #abcd5f;
background-color: #abcd5f;
/* Tailwind (arbitrary) */
class="text-[#abcd5f] bg-[#abcd5f]"
/* SCSS */
$brand: #abcd5f;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.373)
/* Android */
Color.parseColor("#abcd5f")Accessibility — WCAG contrast
Aa
#abcd5f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcd5f on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue37.3%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow53.7%
Key (black)19.6%
Color previews
#abcd5f text on a black background
contrast 11.63:1
Card sample
#abcd5f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcd5f;
Background color
Panel with #abcd5f background
background-color: #abcd5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcd5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcd5f; background: linear-gradient(135deg, #abcd5f, #62CD5F);