#af463b
a balanced, vivid red · warm · closest name: sienna
RGB
175, 70, 59
HSL
6°, 50%, 46%
CMYK
0, 60, 66, 31
Luminance
0.1381
Every format
| HEX | #af463b |
| RGB | rgb(175, 70, 59) |
| HSL | hsl(6, 50%, 46%) |
| CMYK | cmyk(0%, 60%, 66%, 31%) |
| LAB | lab(44.0 42.2 28.5) |
| LCH | lch(44.0 50.9 34.1) |
| OKLCH | oklch(0.533 0.140 28.6) |
Copy-ready code
/* CSS */
color: #af463b;
background-color: #af463b;
/* Tailwind (arbitrary) */
class="text-[#af463b] bg-[#af463b]"
/* SCSS */
$brand: #af463b;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.231)
/* Android */
Color.parseColor("#af463b")Accessibility — WCAG contrast
Aa
#af463b on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af463b on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow66.3%
Key (black)31.4%
Color previews
#af463b text on a black background
contrast 3.76:1
Card sample
#af463b text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af463b;
Background color
Panel with #af463b background
background-color: #af463b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af463b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af463b; background: linear-gradient(135deg, #af463b, #AF933B);