#acaf6c
a balanced, soft yellow · cool · closest name: tan
RGB
172, 175, 108
HSL
63°, 30%, 56%
CMYK
2, 0, 38, 31
Luminance
0.4051
Every format
| HEX | #acaf6c |
| RGB | rgb(172, 175, 108) |
| HSL | hsl(63, 30%, 56%) |
| CMYK | cmyk(2%, 0%, 38%, 31%) |
| LAB | lab(69.8 -11.4 34.0) |
| LCH | lch(69.8 35.9 108.6) |
| OKLCH | oklch(0.736 0.089 110.6) |
Copy-ready code
/* CSS */
color: #acaf6c;
background-color: #acaf6c;
/* Tailwind (arbitrary) */
class="text-[#acaf6c] bg-[#acaf6c]"
/* SCSS */
$brand: #acaf6c;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#acaf6c")Accessibility — WCAG contrast
Aa
#acaf6c on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaf6c on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue42.4%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow38.3%
Key (black)31.4%
Color previews
#acaf6c text on a black background
contrast 9.10:1
Card sample
#acaf6c text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaf6c;
Background color
Panel with #acaf6c background
background-color: #acaf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaf6c; background: linear-gradient(135deg, #acaf6c, #7FAF6C);