#af974c
a balanced, soft yellow · cool · closest name: olive
RGB
175, 151, 76
HSL
46°, 39%, 49%
CMYK
0, 14, 57, 31
Luminance
0.3177
Every format
| HEX | #af974c |
| RGB | rgb(175, 151, 76) |
| HSL | hsl(46, 39%, 49%) |
| CMYK | cmyk(0%, 14%, 57%, 31%) |
| LAB | lab(63.1 -0.6 42.3) |
| LCH | lch(63.1 42.3 90.7) |
| OKLCH | oklch(0.682 0.099 91.9) |
Copy-ready code
/* CSS */
color: #af974c;
background-color: #af974c;
/* Tailwind (arbitrary) */
class="text-[#af974c] bg-[#af974c]"
/* SCSS */
$brand: #af974c;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.298)
/* Android */
Color.parseColor("#af974c")Accessibility — WCAG contrast
Aa
#af974c on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af974c on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow56.6%
Key (black)31.4%
Color previews
#af974c text on a black background
contrast 7.35:1
Card sample
#af974c text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af974c;
Background color
Panel with #af974c background
background-color: #af974c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af974c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af974c; background: linear-gradient(135deg, #af974c, #85AF4C);