#af552c
a dark, vivid orange · warm · closest name: sienna
RGB
175, 85, 44
HSL
19°, 60%, 43%
CMYK
0, 51, 75, 31
Luminance
0.1579
Every format
| HEX | #af552c |
| RGB | rgb(175, 85, 44) |
| HSL | hsl(19, 60%, 43%) |
| CMYK | cmyk(0%, 51%, 75%, 31%) |
| LAB | lab(46.7 33.8 40.0) |
| LCH | lch(46.7 52.4 49.8) |
| OKLCH | oklch(0.553 0.130 43.5) |
Copy-ready code
/* CSS */
color: #af552c;
background-color: #af552c;
/* Tailwind (arbitrary) */
class="text-[#af552c] bg-[#af552c]"
/* SCSS */
$brand: #af552c;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.173)
/* Android */
Color.parseColor("#af552c")Accessibility — WCAG contrast
Aa
#af552c on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af552c on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow74.9%
Key (black)31.4%
Color previews
#af552c text on a black background
contrast 4.16:1
Card sample
#af552c text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af552c;
Background color
Panel with #af552c background
background-color: #af552c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af552c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af552c; background: linear-gradient(135deg, #af552c, #AFAC2C);