#abcf53
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 83
HSL
77°, 56%, 57%
CMYK
17, 0, 60, 19
Luminance
0.5391
Every format
| HEX | #abcf53 |
| RGB | rgb(171, 207, 83) |
| HSL | hsl(77, 56%, 57%) |
| CMYK | cmyk(17%, 0%, 60%, 19%) |
| LAB | lab(78.4 -30.2 56.3) |
| LCH | lch(78.4 63.8 118.2) |
| OKLCH | oklch(0.803 0.156 123.6) |
Copy-ready code
/* CSS */
color: #abcf53;
background-color: #abcf53;
/* Tailwind (arbitrary) */
class="text-[#abcf53] bg-[#abcf53]"
/* SCSS */
$brand: #abcf53;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.325)
/* Android */
Color.parseColor("#abcf53")Accessibility — WCAG contrast
Aa
#abcf53 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf53 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue32.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow59.9%
Key (black)18.8%
Color previews
#abcf53 text on a black background
contrast 11.78:1
Card sample
#abcf53 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf53;
Background color
Panel with #abcf53 background
background-color: #abcf53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf53; background: linear-gradient(135deg, #abcf53, #58CF53);