#ffddf6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 221, 246
HSL
316°, 100%, 93%
CMYK
0, 13, 4, 0
Luminance
0.7963
Every format
| HEX | #ffddf6 |
| RGB | rgb(255, 221, 246) |
| HSL | hsl(316, 100%, 93%) |
| CMYK | cmyk(0%, 13%, 4%, 0%) |
| LAB | lab(91.5 15.9 -7.8) |
| LCH | lch(91.5 17.7 333.8) |
| OKLCH | oklch(0.933 0.050 335.3) |
Copy-ready code
/* CSS */
color: #ffddf6;
background-color: #ffddf6;
/* Tailwind (arbitrary) */
class="text-[#ffddf6] bg-[#ffddf6]"
/* SCSS */
$brand: #ffddf6;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#ffddf6")Accessibility — WCAG contrast
Aa
#ffddf6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffddf6 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow3.5%
Key (black)0.0%
Color previews
#ffddf6 text on a black background
contrast 16.93:1
Card sample
#ffddf6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffddf6;
Background color
Panel with #ffddf6 background
background-color: #ffddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffddf6; background: linear-gradient(135deg, #ffddf6, #FFDDDF);