#af4f38
a balanced, vivid red · warm · closest name: sienna
RGB
175, 79, 56
HSL
12°, 52%, 45%
CMYK
0, 55, 68, 31
Luminance
0.1499
Every format
| HEX | #af4f38 |
| RGB | rgb(175, 79, 56) |
| HSL | hsl(12, 52%, 45%) |
| CMYK | cmyk(0%, 55%, 68%, 31%) |
| LAB | lab(45.6 37.6 32.2) |
| LCH | lch(45.6 49.5 40.6) |
| OKLCH | oklch(0.545 0.131 34.7) |
Copy-ready code
/* CSS */
color: #af4f38;
background-color: #af4f38;
/* Tailwind (arbitrary) */
class="text-[#af4f38] bg-[#af4f38]"
/* SCSS */
$brand: #af4f38;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.220)
/* Android */
Color.parseColor("#af4f38")Accessibility — WCAG contrast
Aa
#af4f38 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f38 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow68.0%
Key (black)31.4%
Color previews
#af4f38 text on a black background
contrast 4.00:1
Card sample
#af4f38 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f38;
Background color
Panel with #af4f38 background
background-color: #af4f38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f38; background: linear-gradient(135deg, #af4f38, #AF9E38);