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