#ff91fc
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 145, 252
HSL
302°, 100%, 78%
CMYK
0, 43, 1, 0
Luminance
0.4854
Every format
| HEX | #ff91fc |
| RGB | rgb(255, 145, 252) |
| HSL | hsl(302, 100%, 78%) |
| CMYK | cmyk(0%, 43%, 1%, 0%) |
| LAB | lab(75.2 56.3 -35.8) |
| LCH | lch(75.2 66.7 327.5) |
| OKLCH | oklch(0.809 0.185 328.1) |
Copy-ready code
/* CSS */
color: #ff91fc;
background-color: #ff91fc;
/* Tailwind (arbitrary) */
class="text-[#ff91fc] bg-[#ff91fc]"
/* SCSS */
$brand: #ff91fc;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.988)
/* Android */
Color.parseColor("#ff91fc")Accessibility — WCAG contrast
Aa
#ff91fc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff91fc on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow1.2%
Key (black)0.0%
Color previews
#ff91fc text on a black background
contrast 10.71:1
Card sample
#ff91fc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff91fc;
Background color
Panel with #ff91fc background
background-color: #ff91fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff91fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff91fc; background: linear-gradient(135deg, #ff91fc, #FF91B3);