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