#af6552
a balanced, soft red · warm · closest name: sienna
RGB
175, 101, 82
HSL
12°, 37%, 50%
CMYK
0, 42, 53, 31
Luminance
0.1903
Every format
| HEX | #af6552 |
| RGB | rgb(175, 101, 82) |
| HSL | hsl(12, 37%, 50%) |
| CMYK | cmyk(0%, 42%, 53%, 31%) |
| LAB | lab(50.7 27.8 23.6) |
| LCH | lch(50.7 36.5 40.4) |
| OKLCH | oklch(0.586 0.100 35.3) |
Copy-ready code
/* CSS */
color: #af6552;
background-color: #af6552;
/* Tailwind (arbitrary) */
class="text-[#af6552] bg-[#af6552]"
/* SCSS */
$brand: #af6552;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.322)
/* Android */
Color.parseColor("#af6552")Accessibility — WCAG contrast
Aa
#af6552 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6552 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow53.1%
Key (black)31.4%
Color previews
#af6552 text on a black background
contrast 4.81:1
Card sample
#af6552 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6552;
Background color
Panel with #af6552 background
background-color: #af6552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6552; background: linear-gradient(135deg, #af6552, #AFA352);