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