#fd9eef
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 158, 239
HSL
309°, 96%, 81%
CMYK
0, 38, 6, 1
Luminance
0.5157
Every format
| HEX | #fd9eef |
| RGB | rgb(253, 158, 239) |
| HSL | hsl(309, 96%, 81%) |
| CMYK | cmyk(0%, 38%, 6%, 1%) |
| LAB | lab(77.0 46.9 -25.9) |
| LCH | lch(77.0 53.6 331.1) |
| OKLCH | oklch(0.821 0.151 332.3) |
Copy-ready code
/* CSS */
color: #fd9eef;
background-color: #fd9eef;
/* Tailwind (arbitrary) */
class="text-[#fd9eef] bg-[#fd9eef]"
/* SCSS */
$brand: #fd9eef;
/* SwiftUI */
Color(red: 0.992, green: 0.620, blue: 0.937)
/* Android */
Color.parseColor("#fd9eef")Accessibility — WCAG contrast
Aa
#fd9eef on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9eef on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.0%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow5.5%
Key (black)0.8%
Color previews
#fd9eef text on a black background
contrast 11.31:1
Card sample
#fd9eef text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9eef;
Background color
Panel with #fd9eef background
background-color: #fd9eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 158, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 158, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9eef; background: linear-gradient(135deg, #fd9eef, #FD9EB0);