#fda2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 162, 235
HSL
312°, 96%, 81%
CMYK
0, 36, 7, 1
Luminance
0.5272
Every format
| HEX | #fda2eb |
| RGB | rgb(253, 162, 235) |
| HSL | hsl(312, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 7%, 1%) |
| LAB | lab(77.7 44.2 -22.7) |
| LCH | lch(77.7 49.7 332.8) |
| OKLCH | oklch(0.825 0.140 334.3) |
Copy-ready code
/* CSS */
color: #fda2eb;
background-color: #fda2eb;
/* Tailwind (arbitrary) */
class="text-[#fda2eb] bg-[#fda2eb]"
/* SCSS */
$brand: #fda2eb;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#fda2eb")Accessibility — WCAG contrast
Aa
#fda2eb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2eb on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow7.1%
Key (black)0.8%
Color previews
#fda2eb text on a black background
contrast 11.54:1
Card sample
#fda2eb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2eb;
Background color
Panel with #fda2eb background
background-color: #fda2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2eb; background: linear-gradient(135deg, #fda2eb, #FDA2AE);