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