#fda8fd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 168, 253
HSL
300°, 96%, 83%
CMYK
0, 34, 0, 1
Luminance
0.5598
Every format
| HEX | #fda8fd |
| RGB | rgb(253, 168, 253) |
| HSL | hsl(300, 96%, 83%) |
| CMYK | cmyk(0%, 34%, 0%, 1%) |
| LAB | lab(79.6 44.2 -29.5) |
| LCH | lch(79.6 53.1 326.3) |
| OKLCH | oklch(0.842 0.146 326.8) |
Copy-ready code
/* CSS */
color: #fda8fd;
background-color: #fda8fd;
/* Tailwind (arbitrary) */
class="text-[#fda8fd] bg-[#fda8fd]"
/* SCSS */
$brand: #fda8fd;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.992)
/* Android */
Color.parseColor("#fda8fd")Accessibility — WCAG contrast
Aa
#fda8fd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda8fd on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fda8fd text on a black background
contrast 12.20:1
Card sample
#fda8fd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda8fd;
Background color
Panel with #fda8fd background
background-color: #fda8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda8fd; background: linear-gradient(135deg, #fda8fd, #FDA8C4);