#ff28ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 40, 206
HSL
314°, 100%, 58%
CMYK
0, 84, 19, 0
Luminance
0.2723
Every format
| HEX | #ff28ce |
| RGB | rgb(255, 40, 206) |
| HSL | hsl(314, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 19%, 0%) |
| LAB | lab(59.2 87.8 -35.1) |
| LCH | lch(59.2 94.5 338.2) |
| OKLCH | oklch(0.686 0.280 340.2) |
Copy-ready code
/* CSS */
color: #ff28ce;
background-color: #ff28ce;
/* Tailwind (arbitrary) */
class="text-[#ff28ce] bg-[#ff28ce]"
/* SCSS */
$brand: #ff28ce;
/* SwiftUI */
Color(red: 1.000, green: 0.157, blue: 0.808)
/* Android */
Color.parseColor("#ff28ce")Accessibility — WCAG contrast
Aa
#ff28ce on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff28ce on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green15.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow19.2%
Key (black)0.0%
Color previews
#ff28ce text on a black background
contrast 6.45:1
Card sample
#ff28ce text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff28ce;
Background color
Panel with #ff28ce background
background-color: #ff28ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff28ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 40, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 40, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff28ce; background: linear-gradient(135deg, #ff28ce, #FF283E);