#fd97ee
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 151, 238
HSL
309°, 96%, 79%
CMYK
0, 40, 6, 1
Luminance
0.4919
Every format
| HEX | #fd97ee |
| RGB | rgb(253, 151, 238) |
| HSL | hsl(309, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 6%, 1%) |
| LAB | lab(75.6 50.3 -27.6) |
| LCH | lch(75.6 57.4 331.3) |
| OKLCH | oklch(0.810 0.162 332.5) |
Copy-ready code
/* CSS */
color: #fd97ee;
background-color: #fd97ee;
/* Tailwind (arbitrary) */
class="text-[#fd97ee] bg-[#fd97ee]"
/* SCSS */
$brand: #fd97ee;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.933)
/* Android */
Color.parseColor("#fd97ee")Accessibility — WCAG contrast
Aa
#fd97ee on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd97ee on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow5.9%
Key (black)0.8%
Color previews
#fd97ee text on a black background
contrast 10.84:1
Card sample
#fd97ee text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd97ee;
Background color
Panel with #fd97ee background
background-color: #fd97ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd97ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd97ee; background: linear-gradient(135deg, #fd97ee, #FD97AA);