#ff96df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 150, 223
HSL
318°, 100%, 79%
CMYK
0, 41, 13, 0
Luminance
0.4840
Every format
| HEX | #ff96df |
| RGB | rgb(255, 150, 223) |
| HSL | hsl(318, 100%, 79%) |
| CMYK | cmyk(0%, 41%, 13%, 0%) |
| LAB | lab(75.1 49.0 -20.1) |
| LCH | lch(75.1 53.0 337.6) |
| OKLCH | oklch(0.805 0.153 339.4) |
Copy-ready code
/* CSS */
color: #ff96df;
background-color: #ff96df;
/* Tailwind (arbitrary) */
class="text-[#ff96df] bg-[#ff96df]"
/* SCSS */
$brand: #ff96df;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#ff96df")Accessibility — WCAG contrast
Aa
#ff96df on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff96df on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow12.5%
Key (black)0.0%
Color previews
#ff96df text on a black background
contrast 10.68:1
Card sample
#ff96df text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff96df;
Background color
Panel with #ff96df background
background-color: #ff96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff96df; background: linear-gradient(135deg, #ff96df, #FF9699);