#acdb1f
a balanced, electric green · cool · closest name: yellow
RGB
172, 219, 31
HSL
75°, 75%, 49%
CMYK
22, 0, 86, 14
Luminance
0.5953
Every format
| HEX | #acdb1f |
| RGB | rgb(172, 219, 31) |
| HSL | hsl(75, 75%, 49%) |
| CMYK | cmyk(22%, 0%, 86%, 14%) |
| LAB | lab(81.6 -38.0 76.4) |
| LCH | lch(81.6 85.3 116.4) |
| OKLCH | oklch(0.828 0.199 124.1) |
Copy-ready code
/* CSS */
color: #acdb1f;
background-color: #acdb1f;
/* Tailwind (arbitrary) */
class="text-[#acdb1f] bg-[#acdb1f]"
/* SCSS */
$brand: #acdb1f;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.122)
/* Android */
Color.parseColor("#acdb1f")Accessibility — WCAG contrast
Aa
#acdb1f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdb1f on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue12.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow85.8%
Key (black)14.1%
Color previews
#acdb1f text on a black background
contrast 12.91:1
Card sample
#acdb1f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdb1f;
Background color
Panel with #acdb1f background
background-color: #acdb1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdb1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdb1f; background: linear-gradient(135deg, #acdb1f, #2FDB1F);