#af654c
a balanced, soft orange · warm · closest name: sienna
RGB
175, 101, 76
HSL
15°, 39%, 49%
CMYK
0, 42, 57, 31
Luminance
0.1894
Every format
| HEX | #af654c |
| RGB | rgb(175, 101, 76) |
| HSL | hsl(15, 39%, 49%) |
| CMYK | cmyk(0%, 42%, 57%, 31%) |
| LAB | lab(50.6 27.3 26.9) |
| LCH | lch(50.6 38.3 44.7) |
| OKLCH | oklch(0.585 0.103 39.4) |
Copy-ready code
/* CSS */
color: #af654c;
background-color: #af654c;
/* Tailwind (arbitrary) */
class="text-[#af654c] bg-[#af654c]"
/* SCSS */
$brand: #af654c;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.298)
/* Android */
Color.parseColor("#af654c")Accessibility — WCAG contrast
Aa
#af654c on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af654c on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow56.6%
Key (black)31.4%
Color previews
#af654c text on a black background
contrast 4.79:1
Card sample
#af654c text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af654c;
Background color
Panel with #af654c background
background-color: #af654c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af654c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af654c; background: linear-gradient(135deg, #af654c, #AFA74C);