#af4530
a dark, vivid red · warm · closest name: sienna
RGB
175, 69, 48
HSL
10°, 57%, 44%
CMYK
0, 61, 73, 31
Luminance
0.1358
Every format
| HEX | #af4530 |
| RGB | rgb(175, 69, 48) |
| HSL | hsl(10, 57%, 44%) |
| CMYK | cmyk(0%, 61%, 73%, 31%) |
| LAB | lab(43.6 42.0 34.5) |
| LCH | lch(43.6 54.4 39.3) |
| OKLCH | oklch(0.530 0.143 33.0) |
Copy-ready code
/* CSS */
color: #af4530;
background-color: #af4530;
/* Tailwind (arbitrary) */
class="text-[#af4530] bg-[#af4530]"
/* SCSS */
$brand: #af4530;
/* SwiftUI */
Color(red: 0.686, green: 0.271, blue: 0.188)
/* Android */
Color.parseColor("#af4530")Accessibility — WCAG contrast
Aa
#af4530 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4530 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow72.6%
Key (black)31.4%
Color previews
#af4530 text on a black background
contrast 3.72:1
Card sample
#af4530 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4530;
Background color
Panel with #af4530 background
background-color: #af4530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 69, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 69, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4530; background: linear-gradient(135deg, #af4530, #AF9A30);