#acb71f
a dark, vivid yellow · cool · closest name: olive
RGB
172, 183, 31
HSL
64°, 71%, 42%
CMYK
6, 0, 83, 28
Luminance
0.4274
Every format
| HEX | #acb71f |
| RGB | rgb(172, 183, 31) |
| HSL | hsl(64, 71%, 42%) |
| CMYK | cmyk(6%, 0%, 83%, 28%) |
| LAB | lab(71.4 -21.0 67.8) |
| LCH | lch(71.4 71.0 107.2) |
| OKLCH | oklch(0.746 0.160 114.1) |
Copy-ready code
/* CSS */
color: #acb71f;
background-color: #acb71f;
/* Tailwind (arbitrary) */
class="text-[#acb71f] bg-[#acb71f]"
/* SCSS */
$brand: #acb71f;
/* SwiftUI */
Color(red: 0.675, green: 0.718, blue: 0.122)
/* Android */
Color.parseColor("#acb71f")Accessibility — WCAG contrast
Aa
#acb71f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb71f on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.8%
Blue12.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow83.1%
Key (black)28.2%
Color previews
#acb71f text on a black background
contrast 9.55:1
Card sample
#acb71f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb71f;
Background color
Panel with #acb71f background
background-color: #acb71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 183, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 183, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb71f; background: linear-gradient(135deg, #acb71f, #47B71F);