#af645f
a balanced, soft red · warm · closest name: sienna
RGB
175, 100, 95
HSL
4°, 33%, 53%
CMYK
0, 43, 46, 31
Luminance
0.1905
Every format
| HEX | #af645f |
| RGB | rgb(175, 100, 95) |
| HSL | hsl(4, 33%, 53%) |
| CMYK | cmyk(0%, 43%, 46%, 31%) |
| LAB | lab(50.8 29.6 16.1) |
| LCH | lch(50.8 33.7 28.5) |
| OKLCH | oklch(0.587 0.098 24.5) |
Copy-ready code
/* CSS */
color: #af645f;
background-color: #af645f;
/* Tailwind (arbitrary) */
class="text-[#af645f] bg-[#af645f]"
/* SCSS */
$brand: #af645f;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.373)
/* Android */
Color.parseColor("#af645f")Accessibility — WCAG contrast
Aa
#af645f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af645f on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow45.7%
Key (black)31.4%
Color previews
#af645f text on a black background
contrast 4.81:1
Card sample
#af645f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af645f;
Background color
Panel with #af645f background
background-color: #af645f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af645f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af645f; background: linear-gradient(135deg, #af645f, #AF995F);