#af7c5d
a balanced, soft orange · warm · closest name: sienna
RGB
175, 124, 93
HSL
23°, 34%, 53%
CMYK
0, 29, 47, 31
Luminance
0.2432
Every format
| HEX | #af7c5d |
| RGB | rgb(175, 124, 93) |
| HSL | hsl(23, 34%, 53%) |
| CMYK | cmyk(0%, 29%, 47%, 31%) |
| LAB | lab(56.4 16.0 24.8) |
| LCH | lch(56.4 29.5 57.1) |
| OKLCH | oklch(0.630 0.077 52.1) |
Copy-ready code
/* CSS */
color: #af7c5d;
background-color: #af7c5d;
/* Tailwind (arbitrary) */
class="text-[#af7c5d] bg-[#af7c5d]"
/* SCSS */
$brand: #af7c5d;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.365)
/* Android */
Color.parseColor("#af7c5d")Accessibility — WCAG contrast
Aa
#af7c5d on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7c5d on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow46.9%
Key (black)31.4%
Color previews
#af7c5d text on a black background
contrast 5.86:1
Card sample
#af7c5d text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7c5d;
Background color
Panel with #af7c5d background
background-color: #af7c5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7c5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7c5d; background: linear-gradient(135deg, #af7c5d, #ABAF5D);