#f20008
a balanced, electric red · warm · closest name: red
RGB
242, 0, 8
HSL
358°, 100%, 48%
CMYK
0, 100, 97, 5
Luminance
0.1889
Every format
| HEX | #f20008 |
| RGB | rgb(242, 0, 8) |
| HSL | hsl(358, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 97%, 5%) |
| LAB | lab(50.6 77.0 62.5) |
| LCH | lch(50.6 99.2 39.0) |
| OKLCH | oklch(0.604 0.247 28.7) |
Copy-ready code
/* CSS */
color: #f20008;
background-color: #f20008;
/* Tailwind (arbitrary) */
class="text-[#f20008] bg-[#f20008]"
/* SCSS */
$brand: #f20008;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.031)
/* Android */
Color.parseColor("#f20008")Accessibility — WCAG contrast
Aa
#f20008 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20008 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow96.7%
Key (black)5.1%
Color previews
#f20008 text on a black background
contrast 4.78:1
Card sample
#f20008 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20008;
Background color
Panel with #f20008 background
background-color: #f20008;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20008;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20008; background: linear-gradient(135deg, #f20008, #F29900);