#af433f
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 67, 63
HSL
2°, 47%, 47%
CMYK
0, 62, 64, 31
Luminance
0.1349
Every format
| HEX | #af433f |
| RGB | rgb(175, 67, 63) |
| HSL | hsl(2, 47%, 47%) |
| CMYK | cmyk(0%, 62%, 64%, 31%) |
| LAB | lab(43.5 43.8 25.5) |
| LCH | lch(43.5 50.7 30.2) |
| OKLCH | oklch(0.530 0.142 25.3) |
Copy-ready code
/* CSS */
color: #af433f;
background-color: #af433f;
/* Tailwind (arbitrary) */
class="text-[#af433f] bg-[#af433f]"
/* SCSS */
$brand: #af433f;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.247)
/* Android */
Color.parseColor("#af433f")Accessibility — WCAG contrast
Aa
#af433f on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af433f on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow64.0%
Key (black)31.4%
Color previews
#af433f text on a black background
contrast 3.70:1
Card sample
#af433f text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af433f;
Background color
Panel with #af433f background
background-color: #af433f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af433f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af433f; background: linear-gradient(135deg, #af433f, #AF8E3F);