#fd91ee
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 145, 238
HSL
308°, 96%, 78%
CMYK
0, 43, 6, 1
Luminance
0.4731
Every format
| HEX | #fd91ee |
| RGB | rgb(253, 145, 238) |
| HSL | hsl(308, 96%, 78%) |
| CMYK | cmyk(0%, 43%, 6%, 1%) |
| LAB | lab(74.4 53.3 -29.4) |
| LCH | lch(74.4 60.9 331.1) |
| OKLCH | oklch(0.801 0.172 332.3) |
Copy-ready code
/* CSS */
color: #fd91ee;
background-color: #fd91ee;
/* Tailwind (arbitrary) */
class="text-[#fd91ee] bg-[#fd91ee]"
/* SCSS */
$brand: #fd91ee;
/* SwiftUI */
Color(red: 0.992, green: 0.569, blue: 0.933)
/* Android */
Color.parseColor("#fd91ee")Accessibility — WCAG contrast
Aa
#fd91ee on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd91ee on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow5.9%
Key (black)0.8%
Color previews
#fd91ee text on a black background
contrast 10.46:1
Card sample
#fd91ee text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd91ee;
Background color
Panel with #fd91ee background
background-color: #fd91ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd91ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 145, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 145, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd91ee; background: linear-gradient(135deg, #fd91ee, #FD91A6);