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