#acaf89
a balanced, soft yellow · cool · closest name: tan
RGB
172, 175, 137
HSL
65°, 19%, 61%
CMYK
2, 0, 22, 31
Luminance
0.4124
Every format
| HEX | #acaf89 |
| RGB | rgb(172, 175, 137) |
| HSL | hsl(65, 19%, 61%) |
| CMYK | cmyk(2%, 0%, 22%, 31%) |
| LAB | lab(70.3 -7.5 19.2) |
| LCH | lch(70.3 20.6 111.5) |
| OKLCH | oklch(0.742 0.052 111.3) |
Copy-ready code
/* CSS */
color: #acaf89;
background-color: #acaf89;
/* Tailwind (arbitrary) */
class="text-[#acaf89] bg-[#acaf89]"
/* SCSS */
$brand: #acaf89;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.537)
/* Android */
Color.parseColor("#acaf89")Accessibility — WCAG contrast
Aa
#acaf89 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaf89 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue53.7%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow21.7%
Key (black)31.4%
Color previews
#acaf89 text on a black background
contrast 9.25:1
Card sample
#acaf89 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaf89;
Background color
Panel with #acaf89 background
background-color: #acaf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaf89; background: linear-gradient(135deg, #acaf89, #93AF89);