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