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