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