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