#fddafe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 218, 254
HSL
298°, 95%, 93%
CMYK
0, 14, 0, 0
Luminance
0.7818
Every format
| HEX | #fddafe |
| RGB | rgb(253, 218, 254) |
| HSL | hsl(298, 95%, 93%) |
| CMYK | cmyk(0%, 14%, 0%, 0%) |
| LAB | lab(90.9 18.2 -13.0) |
| LCH | lch(90.9 22.4 324.4) |
| OKLCH | oklch(0.928 0.061 325.2) |
Copy-ready code
/* CSS */
color: #fddafe;
background-color: #fddafe;
/* Tailwind (arbitrary) */
class="text-[#fddafe] bg-[#fddafe]"
/* SCSS */
$brand: #fddafe;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#fddafe")Accessibility — WCAG contrast
Aa
#fddafe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddafe on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#fddafe text on a black background
contrast 16.64:1
Card sample
#fddafe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddafe;
Background color
Panel with #fddafe background
background-color: #fddafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddafe; background: linear-gradient(135deg, #fddafe, #FEDAE7);