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