#af603c
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 96, 60
HSL
19°, 49%, 46%
CMYK
0, 45, 66, 31
Luminance
0.1781
Every format
| HEX | #af603c |
| RGB | rgb(175, 96, 60) |
| HSL | hsl(19, 49%, 46%) |
| CMYK | cmyk(0%, 45%, 66%, 31%) |
| LAB | lab(49.3 28.8 34.3) |
| LCH | lch(49.3 44.8 50.0) |
| OKLCH | oklch(0.573 0.114 44.3) |
Copy-ready code
/* CSS */
color: #af603c;
background-color: #af603c;
/* Tailwind (arbitrary) */
class="text-[#af603c] bg-[#af603c]"
/* SCSS */
$brand: #af603c;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.235)
/* Android */
Color.parseColor("#af603c")Accessibility — WCAG contrast
Aa
#af603c on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af603c on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow65.7%
Key (black)31.4%
Color previews
#af603c text on a black background
contrast 4.56:1
Card sample
#af603c text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af603c;
Background color
Panel with #af603c background
background-color: #af603c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af603c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af603c; background: linear-gradient(135deg, #af603c, #AFAD3C);