#af5136
a dark, vivid red · warm · closest name: sienna
RGB
175, 81, 54
HSL
13°, 53%, 45%
CMYK
0, 54, 69, 31
Luminance
0.1527
Every format
| HEX | #af5136 |
| RGB | rgb(175, 81, 54) |
| HSL | hsl(13, 53%, 45%) |
| CMYK | cmyk(0%, 54%, 69%, 31%) |
| LAB | lab(46.0 36.4 33.8) |
| LCH | lch(46.0 49.7 42.9) |
| OKLCH | oklch(0.548 0.130 36.8) |
Copy-ready code
/* CSS */
color: #af5136;
background-color: #af5136;
/* Tailwind (arbitrary) */
class="text-[#af5136] bg-[#af5136]"
/* SCSS */
$brand: #af5136;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.212)
/* Android */
Color.parseColor("#af5136")Accessibility — WCAG contrast
Aa
#af5136 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5136 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow69.1%
Key (black)31.4%
Color previews
#af5136 text on a black background
contrast 4.05:1
Card sample
#af5136 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5136;
Background color
Panel with #af5136 background
background-color: #af5136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5136; background: linear-gradient(135deg, #af5136, #AFA236);