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