#af693f
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 105, 63
HSL
23°, 47%, 47%
CMYK
0, 40, 64, 31
Luminance
0.1958
Every format
| HEX | #af693f |
| RGB | rgb(175, 105, 63) |
| HSL | hsl(23, 47%, 47%) |
| CMYK | cmyk(0%, 40%, 64%, 31%) |
| LAB | lab(51.4 24.1 35.1) |
| LCH | lch(51.4 42.6 55.6) |
| OKLCH | oklch(0.590 0.106 50.5) |
Copy-ready code
/* CSS */
color: #af693f;
background-color: #af693f;
/* Tailwind (arbitrary) */
class="text-[#af693f] bg-[#af693f]"
/* SCSS */
$brand: #af693f;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.247)
/* Android */
Color.parseColor("#af693f")Accessibility — WCAG contrast
Aa
#af693f on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af693f on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow64.0%
Key (black)31.4%
Color previews
#af693f text on a black background
contrast 4.92:1
Card sample
#af693f text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af693f;
Background color
Panel with #af693f background
background-color: #af693f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af693f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af693f; background: linear-gradient(135deg, #af693f, #AAAF3F);