#acb66b
a balanced, soft yellow · cool · closest name: khaki
RGB
172, 182, 107
HSL
68°, 34%, 57%
CMYK
6, 0, 41, 29
Luminance
0.4329
Every format
| HEX | #acb66b |
| RGB | rgb(172, 182, 107) |
| HSL | hsl(68, 34%, 57%) |
| CMYK | cmyk(6%, 0%, 41%, 29%) |
| LAB | lab(71.8 -15.2 37.0) |
| LCH | lch(71.8 39.9 112.3) |
| OKLCH | oklch(0.751 0.099 115.0) |
Copy-ready code
/* CSS */
color: #acb66b;
background-color: #acb66b;
/* Tailwind (arbitrary) */
class="text-[#acb66b] bg-[#acb66b]"
/* SCSS */
$brand: #acb66b;
/* SwiftUI */
Color(red: 0.675, green: 0.714, blue: 0.420)
/* Android */
Color.parseColor("#acb66b")Accessibility — WCAG contrast
Aa
#acb66b on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb66b on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.4%
Blue42.0%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow41.2%
Key (black)28.6%
Color previews
#acb66b text on a black background
contrast 9.66:1
Card sample
#acb66b text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb66b;
Background color
Panel with #acb66b background
background-color: #acb66b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb66b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 182, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 182, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb66b; background: linear-gradient(135deg, #acb66b, #7AB66B);