#af1306
a dark, electric red · warm · closest name: firebrick
RGB
175, 19, 6
HSL
5°, 93%, 36%
CMYK
0, 89, 97, 31
Luminance
0.0959
Every format
| HEX | #af1306 |
| RGB | rgb(175, 19, 6) |
| HSL | hsl(5, 93%, 36%) |
| CMYK | cmyk(0%, 89%, 97%, 31%) |
| LAB | lab(37.1 57.9 48.6) |
| LCH | lch(37.1 75.6 40.0) |
| OKLCH | oklch(0.480 0.188 30.0) |
Copy-ready code
/* CSS */
color: #af1306;
background-color: #af1306;
/* Tailwind (arbitrary) */
class="text-[#af1306] bg-[#af1306]"
/* SCSS */
$brand: #af1306;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.024)
/* Android */
Color.parseColor("#af1306")Accessibility — WCAG contrast
Aa
#af1306 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1306 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow96.6%
Key (black)31.4%
Color previews
#af1306 text on a black background
contrast 2.92:1
Card sample
#af1306 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1306;
Background color
Panel with #af1306 background
background-color: #af1306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1306; background: linear-gradient(135deg, #af1306, #AF8406);