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