#acaf6f
a balanced, soft yellow · cool · closest name: tan
RGB
172, 175, 111
HSL
63°, 29%, 56%
CMYK
2, 0, 37, 31
Luminance
0.4058
Every format
| HEX | #acaf6f |
| RGB | rgb(172, 175, 111) |
| HSL | hsl(63, 29%, 56%) |
| CMYK | cmyk(2%, 0%, 37%, 31%) |
| LAB | lab(69.9 -11.1 32.5) |
| LCH | lch(69.9 34.3 108.8) |
| OKLCH | oklch(0.737 0.085 110.6) |
Copy-ready code
/* CSS */
color: #acaf6f;
background-color: #acaf6f;
/* Tailwind (arbitrary) */
class="text-[#acaf6f] bg-[#acaf6f]"
/* SCSS */
$brand: #acaf6f;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.435)
/* Android */
Color.parseColor("#acaf6f")Accessibility — WCAG contrast
Aa
#acaf6f on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaf6f on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue43.5%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow36.6%
Key (black)31.4%
Color previews
#acaf6f text on a black background
contrast 9.12:1
Card sample
#acaf6f text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaf6f;
Background color
Panel with #acaf6f background
background-color: #acaf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaf6f; background: linear-gradient(135deg, #acaf6f, #81AF6F);