#ff331e
a balanced, electric red · warm · closest name: red
RGB
255, 51, 30
HSL
6°, 100%, 56%
CMYK
0, 80, 88, 0
Luminance
0.2372
Every format
| HEX | #ff331e |
| RGB | rgb(255, 51, 30) |
| HSL | hsl(6, 100%, 56%) |
| CMYK | cmyk(0%, 80%, 88%, 0%) |
| LAB | lab(55.8 73.3 59.9) |
| LCH | lch(55.8 94.6 39.2) |
| OKLCH | oklch(0.647 0.239 30.3) |
Copy-ready code
/* CSS */
color: #ff331e;
background-color: #ff331e;
/* Tailwind (arbitrary) */
class="text-[#ff331e] bg-[#ff331e]"
/* SCSS */
$brand: #ff331e;
/* SwiftUI */
Color(red: 1.000, green: 0.200, blue: 0.118)
/* Android */
Color.parseColor("#ff331e")Accessibility — WCAG contrast
Aa
#ff331e on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff331e on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.0%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow88.2%
Key (black)0.0%
Color previews
#ff331e text on a black background
contrast 5.74:1
Card sample
#ff331e text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff331e;
Background color
Panel with #ff331e background
background-color: #ff331e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff331e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 51, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 51, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff331e; background: linear-gradient(135deg, #ff331e, #FFC91E);