#aeaf95
a balanced, muted yellow · cool · closest name: tan
RGB
174, 175, 149
HSL
62°, 14%, 64%
CMYK
1, 0, 15, 31
Luminance
0.4183
Every format
| HEX | #aeaf95 |
| RGB | rgb(174, 175, 149) |
| HSL | hsl(62, 14%, 64%) |
| CMYK | cmyk(1%, 0%, 15%, 31%) |
| LAB | lab(70.8 -4.9 13.2) |
| LCH | lch(70.8 14.1 110.4) |
| OKLCH | oklch(0.746 0.036 109.0) |
Copy-ready code
/* CSS */
color: #aeaf95;
background-color: #aeaf95;
/* Tailwind (arbitrary) */
class="text-[#aeaf95] bg-[#aeaf95]"
/* SCSS */
$brand: #aeaf95;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#aeaf95")Accessibility — WCAG contrast
Aa
#aeaf95 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaf95 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow14.9%
Key (black)31.4%
Color previews
#aeaf95 text on a black background
contrast 9.37:1
Card sample
#aeaf95 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaf95;
Background color
Panel with #aeaf95 background
background-color: #aeaf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaf95; background: linear-gradient(135deg, #aeaf95, #9DAF95);