#ff201b
a balanced, electric red · warm · closest name: red
RGB
255, 32, 27
HSL
1°, 100%, 55%
CMYK
0, 88, 89, 0
Luminance
0.2237
Every format
| HEX | #ff201b |
| RGB | rgb(255, 32, 27) |
| HSL | hsl(1, 100%, 55%) |
| CMYK | cmyk(0%, 88%, 89%, 0%) |
| LAB | lab(54.4 77.2 60.0) |
| LCH | lch(54.4 97.8 37.9) |
| OKLCH | oklch(0.637 0.249 28.7) |
Copy-ready code
/* CSS */
color: #ff201b;
background-color: #ff201b;
/* Tailwind (arbitrary) */
class="text-[#ff201b] bg-[#ff201b]"
/* SCSS */
$brand: #ff201b;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.106)
/* Android */
Color.parseColor("#ff201b")Accessibility — WCAG contrast
Aa
#ff201b on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff201b on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow89.4%
Key (black)0.0%
Color previews
#ff201b text on a black background
contrast 5.47:1
Card sample
#ff201b text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff201b;
Background color
Panel with #ff201b background
background-color: #ff201b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff201b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff201b; background: linear-gradient(135deg, #ff201b, #FFB81B);