#ff080c
a balanced, electric red · warm · closest name: red
RGB
255, 8, 12
HSL
359°, 100%, 52%
CMYK
0, 97, 95, 0
Luminance
0.2146
Every format
| HEX | #ff080c |
| RGB | rgb(255, 8, 12) |
| HSL | hsl(359, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 95%, 0%) |
| LAB | lab(53.5 79.6 64.4) |
| LCH | lch(53.5 102.4 39.0) |
| OKLCH | oklch(0.630 0.256 28.8) |
Copy-ready code
/* CSS */
color: #ff080c;
background-color: #ff080c;
/* Tailwind (arbitrary) */
class="text-[#ff080c] bg-[#ff080c]"
/* SCSS */
$brand: #ff080c;
/* SwiftUI */
Color(red: 1.000, green: 0.031, blue: 0.047)
/* Android */
Color.parseColor("#ff080c")Accessibility — WCAG contrast
Aa
#ff080c on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff080c on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow95.3%
Key (black)0.0%
Color previews
#ff080c text on a black background
contrast 5.29:1
Card sample
#ff080c text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff080c;
Background color
Panel with #ff080c background
background-color: #ff080c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff080c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 8, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 8, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff080c; background: linear-gradient(135deg, #ff080c, #FFA908);