#af684c
a balanced, soft orange · warm · closest name: sienna
RGB
175, 104, 76
HSL
17°, 39%, 49%
CMYK
0, 41, 57, 31
Luminance
0.1954
Every format
| HEX | #af684c |
| RGB | rgb(175, 104, 76) |
| HSL | hsl(17, 39%, 49%) |
| CMYK | cmyk(0%, 41%, 57%, 31%) |
| LAB | lab(51.3 25.6 27.8) |
| LCH | lch(51.3 37.8 47.4) |
| OKLCH | oklch(0.590 0.100 42.1) |
Copy-ready code
/* CSS */
color: #af684c;
background-color: #af684c;
/* Tailwind (arbitrary) */
class="text-[#af684c] bg-[#af684c]"
/* SCSS */
$brand: #af684c;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.298)
/* Android */
Color.parseColor("#af684c")Accessibility — WCAG contrast
Aa
#af684c on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af684c on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow56.6%
Key (black)31.4%
Color previews
#af684c text on a black background
contrast 4.91:1
Card sample
#af684c text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af684c;
Background color
Panel with #af684c background
background-color: #af684c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af684c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af684c; background: linear-gradient(135deg, #af684c, #AFAA4C);