#ff295b
a balanced, electric red · warm · closest name: crimson
RGB
255, 41, 91
HSL
346°, 100%, 58%
CMYK
0, 84, 64, 0
Luminance
0.2360
Every format
| HEX | #ff295b |
| RGB | rgb(255, 41, 91) |
| HSL | hsl(346, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 64%, 0%) |
| LAB | lab(55.7 77.5 27.4) |
| LCH | lch(55.7 82.2 19.4) |
| OKLCH | oklch(0.649 0.241 15.8) |
Copy-ready code
/* CSS */
color: #ff295b;
background-color: #ff295b;
/* Tailwind (arbitrary) */
class="text-[#ff295b] bg-[#ff295b]"
/* SCSS */
$brand: #ff295b;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.357)
/* Android */
Color.parseColor("#ff295b")Accessibility — WCAG contrast
Aa
#ff295b on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff295b on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow64.3%
Key (black)0.0%
Color previews
#ff295b text on a black background
contrast 5.72:1
Card sample
#ff295b text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff295b;
Background color
Panel with #ff295b background
background-color: #ff295b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff295b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff295b; background: linear-gradient(135deg, #ff295b, #FF8629);