#ff95d9
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 149, 217
HSL
322°, 100%, 79%
CMYK
0, 42, 15, 0
Luminance
0.4776
Every format
| HEX | #ff95d9 |
| RGB | rgb(255, 149, 217) |
| HSL | hsl(322, 100%, 79%) |
| CMYK | cmyk(0%, 42%, 15%, 0%) |
| LAB | lab(74.7 48.5 -17.5) |
| LCH | lch(74.7 51.6 340.2) |
| OKLCH | oklch(0.801 0.150 342.0) |
Copy-ready code
/* CSS */
color: #ff95d9;
background-color: #ff95d9;
/* Tailwind (arbitrary) */
class="text-[#ff95d9] bg-[#ff95d9]"
/* SCSS */
$brand: #ff95d9;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.851)
/* Android */
Color.parseColor("#ff95d9")Accessibility — WCAG contrast
Aa
#ff95d9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff95d9 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow14.9%
Key (black)0.0%
Color previews
#ff95d9 text on a black background
contrast 10.55:1
Card sample
#ff95d9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff95d9;
Background color
Panel with #ff95d9 background
background-color: #ff95d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff95d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff95d9; background: linear-gradient(135deg, #ff95d9, #FF9895);