#af613b
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 97, 59
HSL
20°, 50%, 46%
CMYK
0, 45, 66, 31
Luminance
0.1798
Every format
| HEX | #af613b |
| RGB | rgb(175, 97, 59) |
| HSL | hsl(20, 50%, 46%) |
| CMYK | cmyk(0%, 45%, 66%, 31%) |
| LAB | lab(49.5 28.2 35.1) |
| LCH | lch(49.5 45.0 51.2) |
| OKLCH | oklch(0.575 0.114 45.6) |
Copy-ready code
/* CSS */
color: #af613b;
background-color: #af613b;
/* Tailwind (arbitrary) */
class="text-[#af613b] bg-[#af613b]"
/* SCSS */
$brand: #af613b;
/* SwiftUI */
Color(red: 0.686, green: 0.380, blue: 0.231)
/* Android */
Color.parseColor("#af613b")Accessibility — WCAG contrast
Aa
#af613b on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af613b on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.0%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow66.3%
Key (black)31.4%
Color previews
#af613b text on a black background
contrast 4.60:1
Card sample
#af613b text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af613b;
Background color
Panel with #af613b background
background-color: #af613b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af613b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 97, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 97, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af613b; background: linear-gradient(135deg, #af613b, #AFAF3B);