#af454f
a balanced, soft red · warm · closest name: sienna
RGB
175, 69, 79
HSL
354°, 43%, 48%
CMYK
0, 61, 55, 31
Luminance
0.1393
Every format
| HEX | #af454f |
| RGB | rgb(175, 69, 79) |
| HSL | hsl(354, 43%, 48%) |
| CMYK | cmyk(0%, 61%, 55%, 31%) |
| LAB | lab(44.1 44.1 16.7) |
| LCH | lch(44.1 47.1 20.7) |
| OKLCH | oklch(0.535 0.139 17.4) |
Copy-ready code
/* CSS */
color: #af454f;
background-color: #af454f;
/* Tailwind (arbitrary) */
class="text-[#af454f] bg-[#af454f]"
/* SCSS */
$brand: #af454f;
/* SwiftUI */
Color(red: 0.686, green: 0.271, blue: 0.310)
/* Android */
Color.parseColor("#af454f")Accessibility — WCAG contrast
Aa
#af454f on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af454f on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow54.9%
Key (black)31.4%
Color previews
#af454f text on a black background
contrast 3.79:1
Card sample
#af454f text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af454f;
Background color
Panel with #af454f background
background-color: #af454f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af454f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 69, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 69, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af454f; background: linear-gradient(135deg, #af454f, #AF8145);