#af4f3f
a balanced, vivid red · warm · closest name: sienna
RGB
175, 79, 63
HSL
9°, 47%, 47%
CMYK
0, 55, 64, 31
Luminance
0.1506
Every format
| HEX | #af4f3f |
| RGB | rgb(175, 79, 63) |
| HSL | hsl(9, 47%, 47%) |
| CMYK | cmyk(0%, 55%, 64%, 31%) |
| LAB | lab(45.7 38.0 28.3) |
| LCH | lch(45.7 47.4 36.7) |
| OKLCH | oklch(0.547 0.129 31.3) |
Copy-ready code
/* CSS */
color: #af4f3f;
background-color: #af4f3f;
/* Tailwind (arbitrary) */
class="text-[#af4f3f] bg-[#af4f3f]"
/* SCSS */
$brand: #af4f3f;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.247)
/* Android */
Color.parseColor("#af4f3f")Accessibility — WCAG contrast
Aa
#af4f3f on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f3f on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow64.0%
Key (black)31.4%
Color previews
#af4f3f text on a black background
contrast 4.01:1
Card sample
#af4f3f text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f3f;
Background color
Panel with #af4f3f background
background-color: #af4f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f3f; background: linear-gradient(135deg, #af4f3f, #AF9A3F);