#ff293b
a balanced, electric red · warm · closest name: crimson
RGB
255, 41, 59
HSL
355°, 100%, 58%
CMYK
0, 84, 77, 0
Luminance
0.2316
Every format
| HEX | #ff293b |
| RGB | rgb(255, 41, 59) |
| HSL | hsl(355, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 77%, 0%) |
| LAB | lab(55.3 76.2 45.3) |
| LCH | lch(55.3 88.7 30.7) |
| OKLCH | oklch(0.644 0.242 24.2) |
Copy-ready code
/* CSS */
color: #ff293b;
background-color: #ff293b;
/* Tailwind (arbitrary) */
class="text-[#ff293b] bg-[#ff293b]"
/* SCSS */
$brand: #ff293b;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.231)
/* Android */
Color.parseColor("#ff293b")Accessibility — WCAG contrast
Aa
#ff293b on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff293b on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow76.9%
Key (black)0.0%
Color previews
#ff293b text on a black background
contrast 5.63:1
Card sample
#ff293b text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff293b;
Background color
Panel with #ff293b background
background-color: #ff293b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff293b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff293b; background: linear-gradient(135deg, #ff293b, #FFA629);