#af4635
a dark, vivid red · warm · closest name: sienna
RGB
175, 70, 53
HSL
8°, 54%, 45%
CMYK
0, 60, 70, 31
Luminance
0.1375
Every format
| HEX | #af4635 |
| RGB | rgb(175, 70, 53) |
| HSL | hsl(8, 54%, 45%) |
| CMYK | cmyk(0%, 60%, 70%, 31%) |
| LAB | lab(43.9 41.8 31.9) |
| LCH | lch(43.9 52.6 37.3) |
| OKLCH | oklch(0.532 0.141 31.4) |
Copy-ready code
/* CSS */
color: #af4635;
background-color: #af4635;
/* Tailwind (arbitrary) */
class="text-[#af4635] bg-[#af4635]"
/* SCSS */
$brand: #af4635;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#af4635")Accessibility — WCAG contrast
Aa
#af4635 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4635 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow69.7%
Key (black)31.4%
Color previews
#af4635 text on a black background
contrast 3.75:1
Card sample
#af4635 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4635;
Background color
Panel with #af4635 background
background-color: #af4635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4635; background: linear-gradient(135deg, #af4635, #AF9735);