#acdf59
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 223, 89
HSL
83°, 68%, 61%
CMYK
23, 0, 60, 13
Luminance
0.6227
Every format
| HEX | #acdf59 |
| RGB | rgb(172, 223, 89) |
| HSL | hsl(83, 68%, 61%) |
| CMYK | cmyk(23%, 0%, 60%, 13%) |
| LAB | lab(83.0 -36.7 58.9) |
| LCH | lch(83.0 69.3 121.9) |
| OKLCH | oklch(0.841 0.171 127.3) |
Copy-ready code
/* CSS */
color: #acdf59;
background-color: #acdf59;
/* Tailwind (arbitrary) */
class="text-[#acdf59] bg-[#acdf59]"
/* SCSS */
$brand: #acdf59;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.349)
/* Android */
Color.parseColor("#acdf59")Accessibility — WCAG contrast
Aa
#acdf59 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf59 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue34.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow60.1%
Key (black)12.5%
Color previews
#acdf59 text on a black background
contrast 13.45:1
Card sample
#acdf59 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf59;
Background color
Panel with #acdf59 background
background-color: #acdf59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf59; background: linear-gradient(135deg, #acdf59, #59DF5F);