#af714f
a balanced, soft orange · warm · closest name: sienna
RGB
175, 113, 79
HSL
21°, 38%, 50%
CMYK
0, 35, 55, 31
Luminance
0.2149
Every format
| HEX | #af714f |
| RGB | rgb(175, 113, 79) |
| HSL | hsl(21, 38%, 50%) |
| CMYK | cmyk(0%, 35%, 55%, 31%) |
| LAB | lab(53.5 20.9 28.9) |
| LCH | lch(53.5 35.6 54.2) |
| OKLCH | oklch(0.607 0.092 49.1) |
Copy-ready code
/* CSS */
color: #af714f;
background-color: #af714f;
/* Tailwind (arbitrary) */
class="text-[#af714f] bg-[#af714f]"
/* SCSS */
$brand: #af714f;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.310)
/* Android */
Color.parseColor("#af714f")Accessibility — WCAG contrast
Aa
#af714f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af714f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow54.9%
Key (black)31.4%
Color previews
#af714f text on a black background
contrast 5.30:1
Card sample
#af714f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af714f;
Background color
Panel with #af714f background
background-color: #af714f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af714f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af714f; background: linear-gradient(135deg, #af714f, #ADAF4F);