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