#af483f
a balanced, vivid red · warm · closest name: sienna
RGB
175, 72, 63
HSL
5°, 47%, 47%
CMYK
0, 59, 64, 31
Luminance
0.1411
Every format
| HEX | #af483f |
| RGB | rgb(175, 72, 63) |
| HSL | hsl(5, 47%, 47%) |
| CMYK | cmyk(0%, 59%, 64%, 31%) |
| LAB | lab(44.4 41.5 26.7) |
| LCH | lch(44.4 49.3 32.7) |
| OKLCH | oklch(0.536 0.137 27.6) |
Copy-ready code
/* CSS */
color: #af483f;
background-color: #af483f;
/* Tailwind (arbitrary) */
class="text-[#af483f] bg-[#af483f]"
/* SCSS */
$brand: #af483f;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.247)
/* Android */
Color.parseColor("#af483f")Accessibility — WCAG contrast
Aa
#af483f on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af483f on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow64.0%
Key (black)31.4%
Color previews
#af483f text on a black background
contrast 3.82:1
Card sample
#af483f text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af483f;
Background color
Panel with #af483f background
background-color: #af483f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af483f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af483f; background: linear-gradient(135deg, #af483f, #AF933F);