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