#ff286a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 40, 106
HSL
342°, 100%, 58%
CMYK
0, 84, 58, 0
Luminance
0.2382
Every format
| HEX | #ff286a |
| RGB | rgb(255, 40, 106) |
| HSL | hsl(342, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 58%, 0%) |
| LAB | lab(55.9 78.6 18.7) |
| LCH | lch(55.9 80.8 13.4) |
| OKLCH | oklch(0.651 0.242 11.0) |
Copy-ready code
/* CSS */
color: #ff286a;
background-color: #ff286a;
/* Tailwind (arbitrary) */
class="text-[#ff286a] bg-[#ff286a]"
/* SCSS */
$brand: #ff286a;
/* SwiftUI */
Color(red: 1.000, green: 0.157, blue: 0.416)
/* Android */
Color.parseColor("#ff286a")Accessibility — WCAG contrast
Aa
#ff286a on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff286a on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green15.7%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow58.4%
Key (black)0.0%
Color previews
#ff286a text on a black background
contrast 5.76:1
Card sample
#ff286a text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff286a;
Background color
Panel with #ff286a background
background-color: #ff286a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff286a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 40, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 40, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff286a; background: linear-gradient(135deg, #ff286a, #FF7528);