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