#af263d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 38, 61
HSL
350°, 64%, 42%
CMYK
0, 78, 65, 31
Luminance
0.1084
Every format
| HEX | #af263d |
| RGB | rgb(175, 38, 61) |
| HSL | hsl(350, 64%, 42%) |
| CMYK | cmyk(0%, 78%, 65%, 31%) |
| LAB | lab(39.3 55.1 21.4) |
| LCH | lch(39.3 59.1 21.3) |
| OKLCH | oklch(0.498 0.172 17.4) |
Copy-ready code
/* CSS */
color: #af263d;
background-color: #af263d;
/* Tailwind (arbitrary) */
class="text-[#af263d] bg-[#af263d]"
/* SCSS */
$brand: #af263d;
/* SwiftUI */
Color(red: 0.686, green: 0.149, blue: 0.239)
/* Android */
Color.parseColor("#af263d")Accessibility — WCAG contrast
Aa
#af263d on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af263d on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow65.1%
Key (black)31.4%
Color previews
#af263d text on a black background
contrast 3.17:1
Card sample
#af263d text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af263d;
Background color
Panel with #af263d background
background-color: #af263d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af263d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 38, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 38, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af263d; background: linear-gradient(135deg, #af263d, #AF6A26);