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