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