#fda9fc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 169, 252
HSL
301°, 96%, 83%
CMYK
0, 33, 0, 1
Luminance
0.5629
Every format
| HEX | #fda9fc |
| RGB | rgb(253, 169, 252) |
| HSL | hsl(301, 96%, 83%) |
| CMYK | cmyk(0%, 33%, 0%, 1%) |
| LAB | lab(79.8 43.5 -28.7) |
| LCH | lch(79.8 52.1 326.6) |
| OKLCH | oklch(0.843 0.144 327.2) |
Copy-ready code
/* CSS */
color: #fda9fc;
background-color: #fda9fc;
/* Tailwind (arbitrary) */
class="text-[#fda9fc] bg-[#fda9fc]"
/* SCSS */
$brand: #fda9fc;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.988)
/* Android */
Color.parseColor("#fda9fc")Accessibility — WCAG contrast
Aa
#fda9fc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda9fc on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow0.4%
Key (black)0.8%
Color previews
#fda9fc text on a black background
contrast 12.26:1
Card sample
#fda9fc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda9fc;
Background color
Panel with #fda9fc background
background-color: #fda9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda9fc; background: linear-gradient(135deg, #fda9fc, #FDA9C4);