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