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