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