#acaf64
a balanced, soft yellow · cool · closest name: khaki
RGB
172, 175, 100
HSL
62°, 32%, 54%
CMYK
2, 0, 43, 31
Luminance
0.4035
Every format
| HEX | #acaf64 |
| RGB | rgb(172, 175, 100) |
| HSL | hsl(62, 32%, 54%) |
| CMYK | cmyk(2%, 0%, 43%, 31%) |
| LAB | lab(69.7 -12.3 38.0) |
| LCH | lch(69.7 39.9 108.0) |
| OKLCH | oklch(0.735 0.098 110.6) |
Copy-ready code
/* CSS */
color: #acaf64;
background-color: #acaf64;
/* Tailwind (arbitrary) */
class="text-[#acaf64] bg-[#acaf64]"
/* SCSS */
$brand: #acaf64;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.392)
/* Android */
Color.parseColor("#acaf64")Accessibility — WCAG contrast
Aa
#acaf64 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaf64 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue39.2%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow42.9%
Key (black)31.4%
Color previews
#acaf64 text on a black background
contrast 9.07:1
Card sample
#acaf64 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaf64;
Background color
Panel with #acaf64 background
background-color: #acaf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaf64; background: linear-gradient(135deg, #acaf64, #7AAF64);