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