#ff96cb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 150, 203
HSL
330°, 100%, 79%
CMYK
0, 41, 20, 0
Luminance
0.4738
Every format
| HEX | #ff96cb |
| RGB | rgb(255, 150, 203) |
| HSL | hsl(330, 100%, 79%) |
| CMYK | cmyk(0%, 41%, 20%, 0%) |
| LAB | lab(74.4 46.0 -10.1) |
| LCH | lch(74.4 47.1 347.6) |
| OKLCH | oklch(0.798 0.140 349.1) |
Copy-ready code
/* CSS */
color: #ff96cb;
background-color: #ff96cb;
/* Tailwind (arbitrary) */
class="text-[#ff96cb] bg-[#ff96cb]"
/* SCSS */
$brand: #ff96cb;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.796)
/* Android */
Color.parseColor("#ff96cb")Accessibility — WCAG contrast
Aa
#ff96cb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff96cb on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow20.4%
Key (black)0.0%
Color previews
#ff96cb text on a black background
contrast 10.48:1
Card sample
#ff96cb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff96cb;
Background color
Panel with #ff96cb background
background-color: #ff96cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff96cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff96cb; background: linear-gradient(135deg, #ff96cb, #FFA796);