#af555f
a balanced, soft red · warm · closest name: sienna
RGB
175, 85, 95
HSL
353°, 36%, 51%
CMYK
0, 51, 46, 31
Luminance
0.1644
Every format
| HEX | #af555f |
| RGB | rgb(175, 85, 95) |
| HSL | hsl(353, 36%, 51%) |
| CMYK | cmyk(0%, 51%, 46%, 31%) |
| LAB | lab(47.5 37.6 11.6) |
| LCH | lch(47.5 39.4 17.2) |
| OKLCH | oklch(0.562 0.118 14.7) |
Copy-ready code
/* CSS */
color: #af555f;
background-color: #af555f;
/* Tailwind (arbitrary) */
class="text-[#af555f] bg-[#af555f]"
/* SCSS */
$brand: #af555f;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.373)
/* Android */
Color.parseColor("#af555f")Accessibility — WCAG contrast
Aa
#af555f on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af555f on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow45.7%
Key (black)31.4%
Color previews
#af555f text on a black background
contrast 4.29:1
Card sample
#af555f text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af555f;
Background color
Panel with #af555f background
background-color: #af555f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af555f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af555f; background: linear-gradient(135deg, #af555f, #AF8755);