#ffddfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 221, 254
HSL
302°, 100%, 93%
CMYK
0, 13, 0, 0
Luminance
0.8013
Every format
| HEX | #ffddfe |
| RGB | rgb(255, 221, 254) |
| HSL | hsl(302, 100%, 93%) |
| CMYK | cmyk(0%, 13%, 0%, 0%) |
| LAB | lab(91.7 17.3 -11.7) |
| LCH | lch(91.7 20.9 326.0) |
| OKLCH | oklch(0.935 0.057 326.9) |
Copy-ready code
/* CSS */
color: #ffddfe;
background-color: #ffddfe;
/* Tailwind (arbitrary) */
class="text-[#ffddfe] bg-[#ffddfe]"
/* SCSS */
$brand: #ffddfe;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#ffddfe")Accessibility — WCAG contrast
Aa
#ffddfe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffddfe on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow0.4%
Key (black)0.0%
Color previews
#ffddfe text on a black background
contrast 17.03:1
Card sample
#ffddfe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffddfe;
Background color
Panel with #ffddfe background
background-color: #ffddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffddfe; background: linear-gradient(135deg, #ffddfe, #FFDDE7);