#af4839
a balanced, vivid red · warm · closest name: sienna
RGB
175, 72, 57
HSL
8°, 51%, 46%
CMYK
0, 59, 67, 31
Luminance
0.1404
Every format
| HEX | #af4839 |
| RGB | rgb(175, 72, 57) |
| HSL | hsl(8, 51%, 46%) |
| CMYK | cmyk(0%, 59%, 67%, 31%) |
| LAB | lab(44.3 41.1 30.1) |
| LCH | lch(44.3 50.9 36.2) |
| OKLCH | oklch(0.535 0.138 30.5) |
Copy-ready code
/* CSS */
color: #af4839;
background-color: #af4839;
/* Tailwind (arbitrary) */
class="text-[#af4839] bg-[#af4839]"
/* SCSS */
$brand: #af4839;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.224)
/* Android */
Color.parseColor("#af4839")Accessibility — WCAG contrast
Aa
#af4839 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4839 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow67.4%
Key (black)31.4%
Color previews
#af4839 text on a black background
contrast 3.81:1
Card sample
#af4839 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4839;
Background color
Panel with #af4839 background
background-color: #af4839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4839; background: linear-gradient(135deg, #af4839, #AF9739);