#af443c
a balanced, vivid red · warm · closest name: sienna
RGB
175, 68, 60
HSL
4°, 49%, 46%
CMYK
0, 61, 66, 31
Luminance
0.1357
Every format
| HEX | #af443c |
| RGB | rgb(175, 68, 60) |
| HSL | hsl(4, 49%, 46%) |
| CMYK | cmyk(0%, 61%, 66%, 31%) |
| LAB | lab(43.6 43.2 27.5) |
| LCH | lch(43.6 51.2 32.5) |
| OKLCH | oklch(0.530 0.142 27.2) |
Copy-ready code
/* CSS */
color: #af443c;
background-color: #af443c;
/* Tailwind (arbitrary) */
class="text-[#af443c] bg-[#af443c]"
/* SCSS */
$brand: #af443c;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.235)
/* Android */
Color.parseColor("#af443c")Accessibility — WCAG contrast
Aa
#af443c on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af443c on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow65.7%
Key (black)31.4%
Color previews
#af443c text on a black background
contrast 3.71:1
Card sample
#af443c text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af443c;
Background color
Panel with #af443c background
background-color: #af443c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af443c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af443c; background: linear-gradient(135deg, #af443c, #AF913C);