#fda9ff
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 169, 255
HSL
299°, 100%, 83%
CMYK
1, 34, 0, 0
Luminance
0.5648
Every format
| HEX | #fda9ff |
| RGB | rgb(253, 169, 255) |
| HSL | hsl(299, 100%, 83%) |
| CMYK | cmyk(1%, 34%, 0%, 0%) |
| LAB | lab(79.9 44.0 -30.1) |
| LCH | lch(79.9 53.4 325.6) |
| OKLCH | oklch(0.844 0.146 326.0) |
Copy-ready code
/* CSS */
color: #fda9ff;
background-color: #fda9ff;
/* Tailwind (arbitrary) */
class="text-[#fda9ff] bg-[#fda9ff]"
/* SCSS */
$brand: #fda9ff;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 1.000)
/* Android */
Color.parseColor("#fda9ff")Accessibility — WCAG contrast
Aa
#fda9ff on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda9ff on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta33.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fda9ff text on a black background
contrast 12.30:1
Card sample
#fda9ff text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda9ff;
Background color
Panel with #fda9ff background
background-color: #fda9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda9ff; background: linear-gradient(135deg, #fda9ff, #FFA9C8);