#acb034
a dark, vivid yellow · cool · closest name: olive
RGB
172, 176, 52
HSL
62°, 54%, 45%
CMYK
2, 0, 71, 31
Luminance
0.4007
Every format
| HEX | #acb034 |
| RGB | rgb(172, 176, 52) |
| HSL | hsl(62, 54%, 45%) |
| CMYK | cmyk(2%, 0%, 71%, 31%) |
| LAB | lab(69.5 -16.6 59.6) |
| LCH | lch(69.5 61.9 105.6) |
| OKLCH | oklch(0.732 0.142 111.3) |
Copy-ready code
/* CSS */
color: #acb034;
background-color: #acb034;
/* Tailwind (arbitrary) */
class="text-[#acb034] bg-[#acb034]"
/* SCSS */
$brand: #acb034;
/* SwiftUI */
Color(red: 0.675, green: 0.690, blue: 0.204)
/* Android */
Color.parseColor("#acb034")Accessibility — WCAG contrast
Aa
#acb034 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb034 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.0%
Blue20.4%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow70.5%
Key (black)31.0%
Color previews
#acb034 text on a black background
contrast 9.01:1
Card sample
#acb034 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb034;
Background color
Panel with #acb034 background
background-color: #acb034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 176, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 176, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb034; background: linear-gradient(135deg, #acb034, #59B034);