#af623f
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 98, 63
HSL
19°, 47%, 47%
CMYK
0, 44, 64, 31
Luminance
0.1821
Every format
| HEX | #af623f |
| RGB | rgb(175, 98, 63) |
| HSL | hsl(19, 47%, 47%) |
| CMYK | cmyk(0%, 44%, 64%, 31%) |
| LAB | lab(49.8 27.9 33.2) |
| LCH | lch(49.8 43.4 49.9) |
| OKLCH | oklch(0.577 0.111 44.4) |
Copy-ready code
/* CSS */
color: #af623f;
background-color: #af623f;
/* Tailwind (arbitrary) */
class="text-[#af623f] bg-[#af623f]"
/* SCSS */
$brand: #af623f;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.247)
/* Android */
Color.parseColor("#af623f")Accessibility — WCAG contrast
Aa
#af623f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af623f on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow64.0%
Key (black)31.4%
Color previews
#af623f text on a black background
contrast 4.64:1
Card sample
#af623f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af623f;
Background color
Panel with #af623f background
background-color: #af623f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af623f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af623f; background: linear-gradient(135deg, #af623f, #AFAD3F);