#ff91cf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 145, 207
HSL
326°, 100%, 78%
CMYK
0, 43, 19, 0
Luminance
0.4602
Every format
| HEX | #ff91cf |
| RGB | rgb(255, 145, 207) |
| HSL | hsl(326, 100%, 78%) |
| CMYK | cmyk(0%, 43%, 19%, 0%) |
| LAB | lab(73.6 49.1 -13.7) |
| LCH | lch(73.6 50.9 344.5) |
| OKLCH | oklch(0.791 0.150 346.2) |
Copy-ready code
/* CSS */
color: #ff91cf;
background-color: #ff91cf;
/* Tailwind (arbitrary) */
class="text-[#ff91cf] bg-[#ff91cf]"
/* SCSS */
$brand: #ff91cf;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#ff91cf")Accessibility — WCAG contrast
Aa
#ff91cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff91cf on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow18.8%
Key (black)0.0%
Color previews
#ff91cf text on a black background
contrast 10.20:1
Card sample
#ff91cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff91cf;
Background color
Panel with #ff91cf background
background-color: #ff91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff91cf; background: linear-gradient(135deg, #ff91cf, #FF9C91);