#af5648
a balanced, soft red · warm · closest name: sienna
RGB
175, 86, 72
HSL
8°, 42%, 48%
CMYK
0, 51, 59, 31
Luminance
0.1624
Every format
| HEX | #af5648 |
| RGB | rgb(175, 86, 72) |
| HSL | hsl(8, 42%, 48%) |
| CMYK | cmyk(0%, 51%, 59%, 31%) |
| LAB | lab(47.3 35.0 25.0) |
| LCH | lch(47.3 43.0 35.5) |
| OKLCH | oklch(0.559 0.119 30.5) |
Copy-ready code
/* CSS */
color: #af5648;
background-color: #af5648;
/* Tailwind (arbitrary) */
class="text-[#af5648] bg-[#af5648]"
/* SCSS */
$brand: #af5648;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.282)
/* Android */
Color.parseColor("#af5648")Accessibility — WCAG contrast
Aa
#af5648 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5648 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow58.9%
Key (black)31.4%
Color previews
#af5648 text on a black background
contrast 4.25:1
Card sample
#af5648 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5648;
Background color
Panel with #af5648 background
background-color: #af5648;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5648;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5648; background: linear-gradient(135deg, #af5648, #AF9B48);