#ff96fe
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 150, 254
HSL
301°, 100%, 79%
CMYK
0, 41, 0, 0
Luminance
0.5023
Every format
| HEX | #ff96fe |
| RGB | rgb(255, 150, 254) |
| HSL | hsl(301, 100%, 79%) |
| CMYK | cmyk(0%, 41%, 0%, 0%) |
| LAB | lab(76.2 54.1 -35.3) |
| LCH | lch(76.2 64.6 326.9) |
| OKLCH | oklch(0.817 0.179 327.4) |
Copy-ready code
/* CSS */
color: #ff96fe;
background-color: #ff96fe;
/* Tailwind (arbitrary) */
class="text-[#ff96fe] bg-[#ff96fe]"
/* SCSS */
$brand: #ff96fe;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.996)
/* Android */
Color.parseColor("#ff96fe")Accessibility — WCAG contrast
Aa
#ff96fe on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff96fe on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow0.4%
Key (black)0.0%
Color previews
#ff96fe text on a black background
contrast 11.05:1
Card sample
#ff96fe text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff96fe;
Background color
Panel with #ff96fe background
background-color: #ff96fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff96fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff96fe; background: linear-gradient(135deg, #ff96fe, #FF96B8);