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