#fddbf6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 219, 246
HSL
312°, 90%, 93%
CMYK
0, 13, 3, 1
Luminance
0.7820
Every format
| HEX | #fddbf6 |
| RGB | rgb(253, 219, 246) |
| HSL | hsl(312, 90%, 93%) |
| CMYK | cmyk(0%, 13%, 3%, 1%) |
| LAB | lab(90.9 16.3 -8.8) |
| LCH | lch(90.9 18.5 331.6) |
| OKLCH | oklch(0.927 0.051 333.0) |
Copy-ready code
/* CSS */
color: #fddbf6;
background-color: #fddbf6;
/* Tailwind (arbitrary) */
class="text-[#fddbf6] bg-[#fddbf6]"
/* SCSS */
$brand: #fddbf6;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#fddbf6")Accessibility — WCAG contrast
Aa
#fddbf6 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbf6 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow2.8%
Key (black)0.8%
Color previews
#fddbf6 text on a black background
contrast 16.64:1
Card sample
#fddbf6 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbf6;
Background color
Panel with #fddbf6 background
background-color: #fddbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbf6; background: linear-gradient(135deg, #fddbf6, #FDDBDF);