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