#af4328
a dark, vivid red · warm · closest name: sienna
RGB
175, 67, 40
HSL
12°, 63%, 42%
CMYK
0, 62, 77, 31
Luminance
0.1328
Every format
| HEX | #af4328 |
| RGB | rgb(175, 67, 40) |
| HSL | hsl(12, 63%, 42%) |
| CMYK | cmyk(0%, 62%, 77%, 31%) |
| LAB | lab(43.2 42.6 38.4) |
| LCH | lch(43.2 57.4 42.0) |
| OKLCH | oklch(0.526 0.147 35.1) |
Copy-ready code
/* CSS */
color: #af4328;
background-color: #af4328;
/* Tailwind (arbitrary) */
class="text-[#af4328] bg-[#af4328]"
/* SCSS */
$brand: #af4328;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.157)
/* Android */
Color.parseColor("#af4328")Accessibility — WCAG contrast
Aa
#af4328 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4328 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow77.1%
Key (black)31.4%
Color previews
#af4328 text on a black background
contrast 3.66:1
Card sample
#af4328 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4328;
Background color
Panel with #af4328 background
background-color: #af4328;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4328;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4328; background: linear-gradient(135deg, #af4328, #AF9D28);