#af262b
a dark, vivid red · warm · closest name: firebrick
RGB
175, 38, 43
HSL
358°, 64%, 42%
CMYK
0, 78, 75, 31
Luminance
0.1067
Every format
| HEX | #af262b |
| RGB | rgb(175, 38, 43) |
| HSL | hsl(358, 64%, 42%) |
| CMYK | cmyk(0%, 78%, 75%, 31%) |
| LAB | lab(39.0 54.2 32.2) |
| LCH | lch(39.0 63.0 30.7) |
| OKLCH | oklch(0.495 0.173 24.6) |
Copy-ready code
/* CSS */
color: #af262b;
background-color: #af262b;
/* Tailwind (arbitrary) */
class="text-[#af262b] bg-[#af262b]"
/* SCSS */
$brand: #af262b;
/* SwiftUI */
Color(red: 0.686, green: 0.149, blue: 0.169)
/* Android */
Color.parseColor("#af262b")Accessibility — WCAG contrast
Aa
#af262b on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af262b on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.9%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow75.4%
Key (black)31.4%
Color previews
#af262b text on a black background
contrast 3.13:1
Card sample
#af262b text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af262b;
Background color
Panel with #af262b background
background-color: #af262b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af262b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 38, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 38, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af262b; background: linear-gradient(135deg, #af262b, #AF7C26);