#ff91d4
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 145, 212
HSL
324°, 100%, 78%
CMYK
0, 43, 17, 0
Luminance
0.4626
Every format
| HEX | #ff91d4 |
| RGB | rgb(255, 145, 212) |
| HSL | hsl(324, 100%, 78%) |
| CMYK | cmyk(0%, 43%, 17%, 0%) |
| LAB | lab(73.7 49.8 -16.2) |
| LCH | lch(73.7 52.4 342.0) |
| OKLCH | oklch(0.793 0.153 343.8) |
Copy-ready code
/* CSS */
color: #ff91d4;
background-color: #ff91d4;
/* Tailwind (arbitrary) */
class="text-[#ff91d4] bg-[#ff91d4]"
/* SCSS */
$brand: #ff91d4;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.831)
/* Android */
Color.parseColor("#ff91d4")Accessibility — WCAG contrast
Aa
#ff91d4 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff91d4 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow16.9%
Key (black)0.0%
Color previews
#ff91d4 text on a black background
contrast 10.25:1
Card sample
#ff91d4 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff91d4;
Background color
Panel with #ff91d4 background
background-color: #ff91d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff91d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff91d4; background: linear-gradient(135deg, #ff91d4, #FF9791);