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