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