#af433c
a balanced, vivid red · warm · closest name: sienna
RGB
175, 67, 60
HSL
4°, 49%, 46%
CMYK
0, 62, 66, 31
Luminance
0.1345
Every format
| HEX | #af433c |
| RGB | rgb(175, 67, 60) |
| HSL | hsl(4, 49%, 46%) |
| CMYK | cmyk(0%, 62%, 66%, 31%) |
| LAB | lab(43.4 43.6 27.3) |
| LCH | lch(43.4 51.5 32.0) |
| OKLCH | oklch(0.529 0.143 26.8) |
Copy-ready code
/* CSS */
color: #af433c;
background-color: #af433c;
/* Tailwind (arbitrary) */
class="text-[#af433c] bg-[#af433c]"
/* SCSS */
$brand: #af433c;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.235)
/* Android */
Color.parseColor("#af433c")Accessibility — WCAG contrast
Aa
#af433c on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af433c on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow65.7%
Key (black)31.4%
Color previews
#af433c text on a black background
contrast 3.69:1
Card sample
#af433c text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af433c;
Background color
Panel with #af433c background
background-color: #af433c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af433c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af433c; background: linear-gradient(135deg, #af433c, #AF903C);