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