#af7145
a balanced, soft orange · warm · closest name: sienna
RGB
175, 113, 69
HSL
25°, 43%, 48%
CMYK
0, 35, 61, 31
Luminance
0.2135
Every format
| HEX | #af7145 |
| RGB | rgb(175, 113, 69) |
| HSL | hsl(25, 43%, 48%) |
| CMYK | cmyk(0%, 35%, 61%, 31%) |
| LAB | lab(53.3 20.0 34.2) |
| LCH | lch(53.3 39.7 59.7) |
| OKLCH | oklch(0.605 0.099 55.0) |
Copy-ready code
/* CSS */
color: #af7145;
background-color: #af7145;
/* Tailwind (arbitrary) */
class="text-[#af7145] bg-[#af7145]"
/* SCSS */
$brand: #af7145;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.271)
/* Android */
Color.parseColor("#af7145")Accessibility — WCAG contrast
Aa
#af7145 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7145 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow60.6%
Key (black)31.4%
Color previews
#af7145 text on a black background
contrast 5.27:1
Card sample
#af7145 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7145;
Background color
Panel with #af7145 background
background-color: #af7145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7145; background: linear-gradient(135deg, #af7145, #A6AF45);