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