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