#af614f
a balanced, soft red · warm · closest name: sienna
RGB
175, 97, 79
HSL
11°, 38%, 50%
CMYK
0, 45, 55, 31
Luminance
0.1823
Every format
| HEX | #af614f |
| RGB | rgb(175, 97, 79) |
| HSL | hsl(11, 38%, 50%) |
| CMYK | cmyk(0%, 45%, 55%, 31%) |
| LAB | lab(49.8 29.7 24.1) |
| LCH | lch(49.8 38.3 39.1) |
| OKLCH | oklch(0.578 0.105 34.0) |
Copy-ready code
/* CSS */
color: #af614f;
background-color: #af614f;
/* Tailwind (arbitrary) */
class="text-[#af614f] bg-[#af614f]"
/* SCSS */
$brand: #af614f;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.310)
/* Android */
Color.parseColor("#af614f")Accessibility — WCAG contrast
Aa
#af614f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af614f on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow54.9%
Key (black)31.4%
Color previews
#af614f text on a black background
contrast 4.65:1
Card sample
#af614f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af614f;
Background color
Panel with #af614f background
background-color: #af614f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af614f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af614f; background: linear-gradient(135deg, #af614f, #AFA14F);