#af4f26
a dark, vivid orange · warm · closest name: sienna
RGB
175, 79, 38
HSL
18°, 64%, 42%
CMYK
0, 55, 78, 31
Luminance
0.1485
Every format
| HEX | #af4f26 |
| RGB | rgb(175, 79, 38) |
| HSL | hsl(18, 64%, 42%) |
| CMYK | cmyk(0%, 55%, 78%, 31%) |
| LAB | lab(45.4 36.7 41.7) |
| LCH | lch(45.4 55.5 48.7) |
| OKLCH | oklch(0.543 0.137 41.9) |
Copy-ready code
/* CSS */
color: #af4f26;
background-color: #af4f26;
/* Tailwind (arbitrary) */
class="text-[#af4f26] bg-[#af4f26]"
/* SCSS */
$brand: #af4f26;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.149)
/* Android */
Color.parseColor("#af4f26")Accessibility — WCAG contrast
Aa
#af4f26 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f26 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow78.3%
Key (black)31.4%
Color previews
#af4f26 text on a black background
contrast 3.97:1
Card sample
#af4f26 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f26;
Background color
Panel with #af4f26 background
background-color: #af4f26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f26; background: linear-gradient(135deg, #af4f26, #AFAB26);