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