#af655f
a balanced, soft red · warm · closest name: sienna
RGB
175, 101, 95
HSL
5°, 33%, 53%
CMYK
0, 42, 46, 31
Luminance
0.1925
Every format
| HEX | #af655f |
| RGB | rgb(175, 101, 95) |
| HSL | hsl(5, 33%, 53%) |
| CMYK | cmyk(0%, 42%, 46%, 31%) |
| LAB | lab(51.0 29.1 16.4) |
| LCH | lch(51.0 33.4 29.4) |
| OKLCH | oklch(0.589 0.097 25.3) |
Copy-ready code
/* CSS */
color: #af655f;
background-color: #af655f;
/* Tailwind (arbitrary) */
class="text-[#af655f] bg-[#af655f]"
/* SCSS */
$brand: #af655f;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.373)
/* Android */
Color.parseColor("#af655f")Accessibility — WCAG contrast
Aa
#af655f on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af655f on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow45.7%
Key (black)31.4%
Color previews
#af655f text on a black background
contrast 4.85:1
Card sample
#af655f text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af655f;
Background color
Panel with #af655f background
background-color: #af655f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af655f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af655f; background: linear-gradient(135deg, #af655f, #AF9A5F);