#af615d
a balanced, soft red · warm · closest name: sienna
RGB
175, 97, 93
HSL
3°, 34%, 53%
CMYK
0, 45, 47, 31
Luminance
0.1845
Every format
| HEX | #af615d |
| RGB | rgb(175, 97, 93) |
| HSL | hsl(3, 34%, 53%) |
| CMYK | cmyk(0%, 45%, 47%, 31%) |
| LAB | lab(50.0 31.1 16.3) |
| LCH | lch(50.0 35.0 27.6) |
| OKLCH | oklch(0.581 0.102 23.8) |
Copy-ready code
/* CSS */
color: #af615d;
background-color: #af615d;
/* Tailwind (arbitrary) */
class="text-[#af615d] bg-[#af615d]"
/* SCSS */
$brand: #af615d;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.365)
/* Android */
Color.parseColor("#af615d")Accessibility — WCAG contrast
Aa
#af615d on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af615d on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow46.9%
Key (black)31.4%
Color previews
#af615d text on a black background
contrast 4.69:1
Card sample
#af615d text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af615d;
Background color
Panel with #af615d background
background-color: #af615d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af615d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af615d; background: linear-gradient(135deg, #af615d, #AF985D);