#ff9fe1
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 159, 225
HSL
319°, 100%, 81%
CMYK
0, 38, 12, 0
Luminance
0.5149
Every format
| HEX | #ff9fe1 |
| RGB | rgb(255, 159, 225) |
| HSL | hsl(319, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 12%, 0%) |
| LAB | lab(77.0 44.7 -18.4) |
| LCH | lch(77.0 48.3 337.7) |
| OKLCH | oklch(0.819 0.139 339.4) |
Copy-ready code
/* CSS */
color: #ff9fe1;
background-color: #ff9fe1;
/* Tailwind (arbitrary) */
class="text-[#ff9fe1] bg-[#ff9fe1]"
/* SCSS */
$brand: #ff9fe1;
/* SwiftUI */
Color(red: 1.000, green: 0.624, blue: 0.882)
/* Android */
Color.parseColor("#ff9fe1")Accessibility — WCAG contrast
Aa
#ff9fe1 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9fe1 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.4%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow11.8%
Key (black)0.0%
Color previews
#ff9fe1 text on a black background
contrast 11.30:1
Card sample
#ff9fe1 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9fe1;
Background color
Panel with #ff9fe1 background
background-color: #ff9fe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9fe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 159, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 159, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9fe1; background: linear-gradient(135deg, #ff9fe1, #FF9FA1);