#fda2ee
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 162, 238
HSL
310°, 96%, 81%
CMYK
0, 36, 6, 1
Luminance
0.5290
Every format
| HEX | #fda2ee |
| RGB | rgb(253, 162, 238) |
| HSL | hsl(310, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 6%, 1%) |
| LAB | lab(77.8 44.7 -24.2) |
| LCH | lch(77.8 50.8 331.6) |
| OKLCH | oklch(0.827 0.143 332.9) |
Copy-ready code
/* CSS */
color: #fda2ee;
background-color: #fda2ee;
/* Tailwind (arbitrary) */
class="text-[#fda2ee] bg-[#fda2ee]"
/* SCSS */
$brand: #fda2ee;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.933)
/* Android */
Color.parseColor("#fda2ee")Accessibility — WCAG contrast
Aa
#fda2ee on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2ee on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow5.9%
Key (black)0.8%
Color previews
#fda2ee text on a black background
contrast 11.58:1
Card sample
#fda2ee text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2ee;
Background color
Panel with #fda2ee background
background-color: #fda2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2ee; background: linear-gradient(135deg, #fda2ee, #FDA2B1);