#ff296c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 41, 108
HSL
341°, 100%, 58%
CMYK
0, 84, 58, 0
Luminance
0.2393
Every format
| HEX | #ff296c |
| RGB | rgb(255, 41, 108) |
| HSL | hsl(341, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 58%, 0%) |
| LAB | lab(56.0 78.5 17.7) |
| LCH | lch(56.0 80.5 12.7) |
| OKLCH | oklch(0.652 0.242 10.5) |
Copy-ready code
/* CSS */
color: #ff296c;
background-color: #ff296c;
/* Tailwind (arbitrary) */
class="text-[#ff296c] bg-[#ff296c]"
/* SCSS */
$brand: #ff296c;
/* SwiftUI */
Color(red: 1.000, green: 0.161, blue: 0.424)
/* Android */
Color.parseColor("#ff296c")Accessibility — WCAG contrast
Aa
#ff296c on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff296c on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.1%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow57.6%
Key (black)0.0%
Color previews
#ff296c text on a black background
contrast 5.79:1
Card sample
#ff296c text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff296c;
Background color
Panel with #ff296c background
background-color: #ff296c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff296c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 41, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 41, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff296c; background: linear-gradient(135deg, #ff296c, #FF7429);