#af656b
a balanced, soft red · warm · closest name: sienna
RGB
175, 101, 107
HSL
355°, 32%, 54%
CMYK
0, 42, 39, 31
Luminance
0.1948
Every format
| HEX | #af656b |
| RGB | rgb(175, 101, 107) |
| HSL | hsl(355, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 39%, 31%) |
| LAB | lab(51.3 30.4 9.6) |
| LCH | lch(51.3 31.9 17.6) |
| OKLCH | oklch(0.591 0.096 15.2) |
Copy-ready code
/* CSS */
color: #af656b;
background-color: #af656b;
/* Tailwind (arbitrary) */
class="text-[#af656b] bg-[#af656b]"
/* SCSS */
$brand: #af656b;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.420)
/* Android */
Color.parseColor("#af656b")Accessibility — WCAG contrast
Aa
#af656b on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af656b on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow38.9%
Key (black)31.4%
Color previews
#af656b text on a black background
contrast 4.90:1
Card sample
#af656b text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af656b;
Background color
Panel with #af656b background
background-color: #af656b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af656b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af656b; background: linear-gradient(135deg, #af656b, #AF9065);