#fdddf0
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 221, 240
HSL
324°, 89%, 93%
CMYK
0, 13, 5, 1
Luminance
0.7889
Every format
| HEX | #fdddf0 |
| RGB | rgb(253, 221, 240) |
| HSL | hsl(324, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 5%, 1%) |
| LAB | lab(91.2 14.2 -5.2) |
| LCH | lch(91.2 15.1 339.9) |
| OKLCH | oklch(0.929 0.043 341.6) |
Copy-ready code
/* CSS */
color: #fdddf0;
background-color: #fdddf0;
/* Tailwind (arbitrary) */
class="text-[#fdddf0] bg-[#fdddf0]"
/* SCSS */
$brand: #fdddf0;
/* SwiftUI */
Color(red: 0.992, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#fdddf0")Accessibility — WCAG contrast
Aa
#fdddf0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdddf0 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.7%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow5.1%
Key (black)0.8%
Color previews
#fdddf0 text on a black background
contrast 16.78:1
Card sample
#fdddf0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdddf0;
Background color
Panel with #fdddf0 background
background-color: #fdddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdddf0; background: linear-gradient(135deg, #fdddf0, #FDDFDD);