#aeaf7d
a balanced, soft yellow · cool · closest name: tan
RGB
174, 175, 125
HSL
61°, 24%, 59%
CMYK
1, 0, 29, 31
Luminance
0.4114
Every format
| HEX | #aeaf7d |
| RGB | rgb(174, 175, 125) |
| HSL | hsl(61, 24%, 59%) |
| CMYK | cmyk(1%, 0%, 29%, 31%) |
| LAB | lab(70.3 -8.5 25.6) |
| LCH | lch(70.3 27.0 108.3) |
| OKLCH | oklch(0.741 0.068 108.9) |
Copy-ready code
/* CSS */
color: #aeaf7d;
background-color: #aeaf7d;
/* Tailwind (arbitrary) */
class="text-[#aeaf7d] bg-[#aeaf7d]"
/* SCSS */
$brand: #aeaf7d;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#aeaf7d")Accessibility — WCAG contrast
Aa
#aeaf7d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaf7d on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue49.0%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow28.6%
Key (black)31.4%
Color previews
#aeaf7d text on a black background
contrast 9.23:1
Card sample
#aeaf7d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaf7d;
Background color
Panel with #aeaf7d background
background-color: #aeaf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaf7d; background: linear-gradient(135deg, #aeaf7d, #8DAF7D);