#accb4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 203, 79
HSL
75°, 54%, 55%
CMYK
15, 0, 61, 20
Luminance
0.5205
Every format
| HEX | #accb4f |
| RGB | rgb(172, 203, 79) |
| HSL | hsl(75, 54%, 55%) |
| CMYK | cmyk(15%, 0%, 61%, 20%) |
| LAB | lab(77.3 -28.2 56.8) |
| LCH | lch(77.3 63.4 116.4) |
| OKLCH | oklch(0.795 0.154 121.9) |
Copy-ready code
/* CSS */
color: #accb4f;
background-color: #accb4f;
/* Tailwind (arbitrary) */
class="text-[#accb4f] bg-[#accb4f]"
/* SCSS */
$brand: #accb4f;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.310)
/* Android */
Color.parseColor("#accb4f")Accessibility — WCAG contrast
Aa
#accb4f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accb4f on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue31.0%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow61.1%
Key (black)20.4%
Color previews
#accb4f text on a black background
contrast 11.41:1
Card sample
#accb4f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accb4f;
Background color
Panel with #accb4f background
background-color: #accb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accb4f; background: linear-gradient(135deg, #accb4f, #59CB4F);