#af533d
a balanced, vivid red · warm · closest name: sienna
RGB
175, 83, 61
HSL
12°, 48%, 46%
CMYK
0, 53, 65, 31
Luminance
0.1564
Every format
| HEX | #af533d |
| RGB | rgb(175, 83, 61) |
| HSL | hsl(12, 48%, 46%) |
| CMYK | cmyk(0%, 53%, 65%, 31%) |
| LAB | lab(46.5 35.8 30.4) |
| LCH | lch(46.5 47.0 40.3) |
| OKLCH | oklch(0.552 0.126 34.7) |
Copy-ready code
/* CSS */
color: #af533d;
background-color: #af533d;
/* Tailwind (arbitrary) */
class="text-[#af533d] bg-[#af533d]"
/* SCSS */
$brand: #af533d;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#af533d")Accessibility — WCAG contrast
Aa
#af533d on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af533d on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow65.1%
Key (black)31.4%
Color previews
#af533d text on a black background
contrast 4.13:1
Card sample
#af533d text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af533d;
Background color
Panel with #af533d background
background-color: #af533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af533d; background: linear-gradient(135deg, #af533d, #AF9F3D);