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