#af976c
a balanced, soft orange · warm · closest name: tan
RGB
175, 151, 108
HSL
39°, 30%, 56%
CMYK
0, 14, 38, 31
Luminance
0.3233
Every format
| HEX | #af976c |
| RGB | rgb(175, 151, 108) |
| HSL | hsl(39, 30%, 56%) |
| CMYK | cmyk(0%, 14%, 38%, 31%) |
| LAB | lab(63.6 2.7 26.0) |
| LCH | lch(63.6 26.1 84.1) |
| OKLCH | oklch(0.687 0.065 81.8) |
Copy-ready code
/* CSS */
color: #af976c;
background-color: #af976c;
/* Tailwind (arbitrary) */
class="text-[#af976c] bg-[#af976c]"
/* SCSS */
$brand: #af976c;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.424)
/* Android */
Color.parseColor("#af976c")Accessibility — WCAG contrast
Aa
#af976c on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af976c on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow38.3%
Key (black)31.4%
Color previews
#af976c text on a black background
contrast 7.47:1
Card sample
#af976c text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af976c;
Background color
Panel with #af976c background
background-color: #af976c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af976c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af976c; background: linear-gradient(135deg, #af976c, #9AAF6C);