#af623c
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 98, 60
HSL
20°, 49%, 46%
CMYK
0, 44, 66, 31
Luminance
0.1818
Every format
| HEX | #af623c |
| RGB | rgb(175, 98, 60) |
| HSL | hsl(20, 49%, 46%) |
| CMYK | cmyk(0%, 44%, 66%, 31%) |
| LAB | lab(49.7 27.7 34.8) |
| LCH | lch(49.7 44.5 51.5) |
| OKLCH | oklch(0.577 0.113 45.9) |
Copy-ready code
/* CSS */
color: #af623c;
background-color: #af623c;
/* Tailwind (arbitrary) */
class="text-[#af623c] bg-[#af623c]"
/* SCSS */
$brand: #af623c;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.235)
/* Android */
Color.parseColor("#af623c")Accessibility — WCAG contrast
Aa
#af623c on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af623c on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow65.7%
Key (black)31.4%
Color previews
#af623c text on a black background
contrast 4.64:1
Card sample
#af623c text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af623c;
Background color
Panel with #af623c background
background-color: #af623c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af623c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af623c; background: linear-gradient(135deg, #af623c, #AFAF3C);