#af995c
a balanced, soft yellow · warm · closest name: tan
RGB
175, 153, 92
HSL
44°, 34%, 52%
CMYK
0, 13, 47, 31
Luminance
0.3267
Every format
| HEX | #af995c |
| RGB | rgb(175, 153, 92) |
| HSL | hsl(44, 34%, 52%) |
| CMYK | cmyk(0%, 13%, 47%, 31%) |
| LAB | lab(63.9 -0.2 34.9) |
| LCH | lch(63.9 34.9 90.3) |
| OKLCH | oklch(0.689 0.084 90.3) |
Copy-ready code
/* CSS */
color: #af995c;
background-color: #af995c;
/* Tailwind (arbitrary) */
class="text-[#af995c] bg-[#af995c]"
/* SCSS */
$brand: #af995c;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.361)
/* Android */
Color.parseColor("#af995c")Accessibility — WCAG contrast
Aa
#af995c on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af995c on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow47.4%
Key (black)31.4%
Color previews
#af995c text on a black background
contrast 7.53:1
Card sample
#af995c text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af995c;
Background color
Panel with #af995c background
background-color: #af995c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af995c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af995c; background: linear-gradient(135deg, #af995c, #8EAF5C);