#fda5fd
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 165, 253
HSL
300°, 96%, 82%
CMYK
0, 35, 0, 1
Luminance
0.5488
Every format
| HEX | #fda5fd |
| RGB | rgb(253, 165, 253) |
| HSL | hsl(300, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 0%, 1%) |
| LAB | lab(79.0 45.8 -30.5) |
| LCH | lch(79.0 55.0 326.3) |
| OKLCH | oklch(0.837 0.151 326.8) |
Copy-ready code
/* CSS */
color: #fda5fd;
background-color: #fda5fd;
/* Tailwind (arbitrary) */
class="text-[#fda5fd] bg-[#fda5fd]"
/* SCSS */
$brand: #fda5fd;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.992)
/* Android */
Color.parseColor("#fda5fd")Accessibility — WCAG contrast
Aa
#fda5fd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda5fd on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow0.0%
Key (black)0.8%
Color previews
#fda5fd text on a black background
contrast 11.98:1
Card sample
#fda5fd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda5fd;
Background color
Panel with #fda5fd background
background-color: #fda5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda5fd; background: linear-gradient(135deg, #fda5fd, #FDA5C2);