#abcd3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 205, 63
HSL
74°, 59%, 53%
CMYK
17, 0, 69, 20
Luminance
0.5268
Every format
| HEX | #abcd3f |
| RGB | rgb(171, 205, 63) |
| HSL | hsl(74, 59%, 53%) |
| CMYK | cmyk(17%, 0%, 69%, 20%) |
| LAB | lab(77.7 -30.6 63.6) |
| LCH | lch(77.7 70.6 115.7) |
| OKLCH | oklch(0.797 0.168 122.0) |
Copy-ready code
/* CSS */
color: #abcd3f;
background-color: #abcd3f;
/* Tailwind (arbitrary) */
class="text-[#abcd3f] bg-[#abcd3f]"
/* SCSS */
$brand: #abcd3f;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.247)
/* Android */
Color.parseColor("#abcd3f")Accessibility — WCAG contrast
Aa
#abcd3f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcd3f on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue24.7%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow69.3%
Key (black)19.6%
Color previews
#abcd3f text on a black background
contrast 11.54:1
Card sample
#abcd3f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcd3f;
Background color
Panel with #abcd3f background
background-color: #abcd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcd3f; background: linear-gradient(135deg, #abcd3f, #4CCD3F);