#af693c
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 105, 60
HSL
24°, 49%, 46%
CMYK
0, 40, 66, 31
Luminance
0.1954
Every format
| HEX | #af693c |
| RGB | rgb(175, 105, 60) |
| HSL | hsl(24, 49%, 46%) |
| CMYK | cmyk(0%, 40%, 66%, 31%) |
| LAB | lab(51.3 23.9 36.7) |
| LCH | lch(51.3 43.8 57.0) |
| OKLCH | oklch(0.589 0.108 51.9) |
Copy-ready code
/* CSS */
color: #af693c;
background-color: #af693c;
/* Tailwind (arbitrary) */
class="text-[#af693c] bg-[#af693c]"
/* SCSS */
$brand: #af693c;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.235)
/* Android */
Color.parseColor("#af693c")Accessibility — WCAG contrast
Aa
#af693c on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af693c on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow65.7%
Key (black)31.4%
Color previews
#af693c text on a black background
contrast 4.91:1
Card sample
#af693c text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af693c;
Background color
Panel with #af693c background
background-color: #af693c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af693c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af693c; background: linear-gradient(135deg, #af693c, #A8AF3C);