#af7253
a balanced, soft orange · warm · closest name: sienna
RGB
175, 114, 83
HSL
20°, 37%, 51%
CMYK
0, 35, 53, 31
Luminance
0.2177
Every format
| HEX | #af7253 |
| RGB | rgb(175, 114, 83) |
| HSL | hsl(20, 37%, 51%) |
| CMYK | cmyk(0%, 35%, 53%, 31%) |
| LAB | lab(53.8 20.6 27.0) |
| LCH | lch(53.8 34.0 52.6) |
| OKLCH | oklch(0.609 0.089 47.5) |
Copy-ready code
/* CSS */
color: #af7253;
background-color: #af7253;
/* Tailwind (arbitrary) */
class="text-[#af7253] bg-[#af7253]"
/* SCSS */
$brand: #af7253;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#af7253")Accessibility — WCAG contrast
Aa
#af7253 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7253 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow52.6%
Key (black)31.4%
Color previews
#af7253 text on a black background
contrast 5.35:1
Card sample
#af7253 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7253;
Background color
Panel with #af7253 background
background-color: #af7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7253; background: linear-gradient(135deg, #af7253, #AFAF53);