#af784c
a balanced, soft orange · warm · closest name: sienna
RGB
175, 120, 76
HSL
27°, 39%, 49%
CMYK
0, 31, 57, 31
Luminance
0.2307
Every format
| HEX | #af784c |
| RGB | rgb(175, 120, 76) |
| HSL | hsl(27, 39%, 49%) |
| CMYK | cmyk(0%, 31%, 57%, 31%) |
| LAB | lab(55.1 16.7 32.6) |
| LCH | lch(55.1 36.6 62.9) |
| OKLCH | oklch(0.620 0.091 58.7) |
Copy-ready code
/* CSS */
color: #af784c;
background-color: #af784c;
/* Tailwind (arbitrary) */
class="text-[#af784c] bg-[#af784c]"
/* SCSS */
$brand: #af784c;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.298)
/* Android */
Color.parseColor("#af784c")Accessibility — WCAG contrast
Aa
#af784c on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af784c on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow56.6%
Key (black)31.4%
Color previews
#af784c text on a black background
contrast 5.61:1
Card sample
#af784c text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af784c;
Background color
Panel with #af784c background
background-color: #af784c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af784c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af784c; background: linear-gradient(135deg, #af784c, #A4AF4C);