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