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