#ff91c3
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 145, 195
HSL
333°, 100%, 78%
CMYK
0, 43, 24, 0
Luminance
0.4545
Every format
| HEX | #ff91c3 |
| RGB | rgb(255, 145, 195) |
| HSL | hsl(333, 100%, 78%) |
| CMYK | cmyk(0%, 43%, 24%, 0%) |
| LAB | lab(73.2 47.4 -7.6) |
| LCH | lch(73.2 48.0 350.9) |
| OKLCH | oklch(0.787 0.144 352.2) |
Copy-ready code
/* CSS */
color: #ff91c3;
background-color: #ff91c3;
/* Tailwind (arbitrary) */
class="text-[#ff91c3] bg-[#ff91c3]"
/* SCSS */
$brand: #ff91c3;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.765)
/* Android */
Color.parseColor("#ff91c3")Accessibility — WCAG contrast
Aa
#ff91c3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff91c3 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow23.5%
Key (black)0.0%
Color previews
#ff91c3 text on a black background
contrast 10.09:1
Card sample
#ff91c3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff91c3;
Background color
Panel with #ff91c3 background
background-color: #ff91c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff91c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff91c3; background: linear-gradient(135deg, #ff91c3, #FFA891);