#ff162b
a balanced, electric red · warm · closest name: red
RGB
255, 22, 43
HSL
355°, 100%, 54%
CMYK
0, 91, 83, 0
Luminance
0.2201
Every format
| HEX | #ff162b |
| RGB | rgb(255, 22, 43) |
| HSL | hsl(355, 100%, 54%) |
| CMYK | cmyk(0%, 91%, 83%, 0%) |
| LAB | lab(54.0 78.8 52.5) |
| LCH | lch(54.0 94.7 33.7) |
| OKLCH | oklch(0.634 0.251 25.9) |
Copy-ready code
/* CSS */
color: #ff162b;
background-color: #ff162b;
/* Tailwind (arbitrary) */
class="text-[#ff162b] bg-[#ff162b]"
/* SCSS */
$brand: #ff162b;
/* SwiftUI */
Color(red: 1.000, green: 0.086, blue: 0.169)
/* Android */
Color.parseColor("#ff162b")Accessibility — WCAG contrast
Aa
#ff162b on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff162b on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green8.6%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow83.1%
Key (black)0.0%
Color previews
#ff162b text on a black background
contrast 5.40:1
Card sample
#ff162b text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff162b;
Background color
Panel with #ff162b background
background-color: #ff162b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff162b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 22, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 22, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff162b; background: linear-gradient(135deg, #ff162b, #FF9C16);