#af4930
a dark, vivid red · warm · closest name: sienna
RGB
175, 73, 48
HSL
12°, 57%, 44%
CMYK
0, 58, 73, 31
Luminance
0.1409
Every format
| HEX | #af4930 |
| RGB | rgb(175, 73, 48) |
| HSL | hsl(12, 57%, 44%) |
| CMYK | cmyk(0%, 58%, 73%, 31%) |
| LAB | lab(44.4 40.1 35.3) |
| LCH | lch(44.4 53.4 41.3) |
| OKLCH | oklch(0.536 0.139 35.0) |
Copy-ready code
/* CSS */
color: #af4930;
background-color: #af4930;
/* Tailwind (arbitrary) */
class="text-[#af4930] bg-[#af4930]"
/* SCSS */
$brand: #af4930;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.188)
/* Android */
Color.parseColor("#af4930")Accessibility — WCAG contrast
Aa
#af4930 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4930 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow72.6%
Key (black)31.4%
Color previews
#af4930 text on a black background
contrast 3.82:1
Card sample
#af4930 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4930;
Background color
Panel with #af4930 background
background-color: #af4930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4930; background: linear-gradient(135deg, #af4930, #AF9E30);