#acaf8d
a balanced, soft yellow · cool · closest name: tan
RGB
172, 175, 141
HSL
65°, 18%, 62%
CMYK
2, 0, 19, 31
Luminance
0.4135
Every format
| HEX | #acaf8d |
| RGB | rgb(172, 175, 141) |
| HSL | hsl(65, 18%, 62%) |
| CMYK | cmyk(2%, 0%, 19%, 31%) |
| LAB | lab(70.4 -6.9 17.1) |
| LCH | lch(70.4 18.5 112.1) |
| OKLCH | oklch(0.743 0.047 111.6) |
Copy-ready code
/* CSS */
color: #acaf8d;
background-color: #acaf8d;
/* Tailwind (arbitrary) */
class="text-[#acaf8d] bg-[#acaf8d]"
/* SCSS */
$brand: #acaf8d;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#acaf8d")Accessibility — WCAG contrast
Aa
#acaf8d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaf8d on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue55.3%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow19.4%
Key (black)31.4%
Color previews
#acaf8d text on a black background
contrast 9.27:1
Card sample
#acaf8d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaf8d;
Background color
Panel with #acaf8d background
background-color: #acaf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaf8d; background: linear-gradient(135deg, #acaf8d, #95AF8D);