#fb3f13
a balanced, electric red · warm · closest name: red
RGB
251, 63, 19
HSL
11°, 97%, 53%
CMYK
0, 75, 92, 2
Luminance
0.2411
Every format
| HEX | #fb3f13 |
| RGB | rgb(251, 63, 19) |
| HSL | hsl(11, 97%, 53%) |
| CMYK | cmyk(0%, 75%, 92%, 2%) |
| LAB | lab(56.2 68.7 63.6) |
| LCH | lch(56.2 93.6 42.8) |
| OKLCH | oklch(0.649 0.229 33.4) |
Copy-ready code
/* CSS */
color: #fb3f13;
background-color: #fb3f13;
/* Tailwind (arbitrary) */
class="text-[#fb3f13] bg-[#fb3f13]"
/* SCSS */
$brand: #fb3f13;
/* SwiftUI */
Color(red: 0.984, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#fb3f13")Accessibility — WCAG contrast
Aa
#fb3f13 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb3f13 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow92.4%
Key (black)1.6%
Color previews
#fb3f13 text on a black background
contrast 5.82:1
Card sample
#fb3f13 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb3f13;
Background color
Panel with #fb3f13 background
background-color: #fb3f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb3f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb3f13; background: linear-gradient(135deg, #fb3f13, #FBDA13);