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