#fddaf9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 218, 249
HSL
307°, 90%, 92%
CMYK
0, 14, 2, 1
Luminance
0.7787
Every format
| HEX | #fddaf9 |
| RGB | rgb(253, 218, 249) |
| HSL | hsl(307, 90%, 92%) |
| CMYK | cmyk(0%, 14%, 2%, 1%) |
| LAB | lab(90.7 17.3 -10.6) |
| LCH | lch(90.7 20.3 328.5) |
| OKLCH | oklch(0.927 0.056 329.7) |
Copy-ready code
/* CSS */
color: #fddaf9;
background-color: #fddaf9;
/* Tailwind (arbitrary) */
class="text-[#fddaf9] bg-[#fddaf9]"
/* SCSS */
$brand: #fddaf9;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.976)
/* Android */
Color.parseColor("#fddaf9")Accessibility — WCAG contrast
Aa
#fddaf9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddaf9 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow1.6%
Key (black)0.8%
Color previews
#fddaf9 text on a black background
contrast 16.57:1
Card sample
#fddaf9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddaf9;
Background color
Panel with #fddaf9 background
background-color: #fddaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddaf9; background: linear-gradient(135deg, #fddaf9, #FDDAE2);