#accc2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 204, 47
HSL
72°, 63%, 49%
CMYK
16, 0, 77, 20
Luminance
0.5216
Every format
| HEX | #accc2f |
| RGB | rgb(172, 204, 47) |
| HSL | hsl(72, 63%, 49%) |
| CMYK | cmyk(16%, 0%, 77%, 20%) |
| LAB | lab(77.4 -30.6 68.7) |
| LCH | lch(77.4 75.2 114.0) |
| OKLCH | oklch(0.795 0.176 121.0) |
Copy-ready code
/* CSS */
color: #accc2f;
background-color: #accc2f;
/* Tailwind (arbitrary) */
class="text-[#accc2f] bg-[#accc2f]"
/* SCSS */
$brand: #accc2f;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#accc2f")Accessibility — WCAG contrast
Aa
#accc2f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accc2f on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue18.4%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#accc2f text on a black background
contrast 11.43:1
Card sample
#accc2f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accc2f;
Background color
Panel with #accc2f background
background-color: #accc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accc2f; background: linear-gradient(135deg, #accc2f, #43CC2F);