#abcf48
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 72
HSL
76°, 58%, 55%
CMYK
17, 0, 65, 19
Luminance
0.5375
Every format
| HEX | #abcf48 |
| RGB | rgb(171, 207, 72) |
| HSL | hsl(76, 58%, 55%) |
| CMYK | cmyk(17%, 0%, 65%, 19%) |
| LAB | lab(78.3 -31.0 60.8) |
| LCH | lch(78.3 68.2 117.0) |
| OKLCH | oklch(0.802 0.165 123.0) |
Copy-ready code
/* CSS */
color: #abcf48;
background-color: #abcf48;
/* Tailwind (arbitrary) */
class="text-[#abcf48] bg-[#abcf48]"
/* SCSS */
$brand: #abcf48;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.282)
/* Android */
Color.parseColor("#abcf48")Accessibility — WCAG contrast
Aa
#abcf48 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf48 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue28.2%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow65.2%
Key (black)18.8%
Color previews
#abcf48 text on a black background
contrast 11.75:1
Card sample
#abcf48 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf48;
Background color
Panel with #abcf48 background
background-color: #abcf48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf48; background: linear-gradient(135deg, #abcf48, #51CF48);