#ffdff8
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 223, 248
HSL
313°, 100%, 94%
CMYK
0, 13, 3, 0
Luminance
0.8081
Every format
| HEX | #ffdff8 |
| RGB | rgb(255, 223, 248) |
| HSL | hsl(313, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 3%, 0%) |
| LAB | lab(92.0 15.2 -8.1) |
| LCH | lch(92.0 17.2 332.0) |
| OKLCH | oklch(0.937 0.048 333.5) |
Copy-ready code
/* CSS */
color: #ffdff8;
background-color: #ffdff8;
/* Tailwind (arbitrary) */
class="text-[#ffdff8] bg-[#ffdff8]"
/* SCSS */
$brand: #ffdff8;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.973)
/* Android */
Color.parseColor("#ffdff8")Accessibility — WCAG contrast
Aa
#ffdff8 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdff8 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow2.7%
Key (black)0.0%
Color previews
#ffdff8 text on a black background
contrast 17.16:1
Card sample
#ffdff8 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdff8;
Background color
Panel with #ffdff8 background
background-color: #ffdff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdff8; background: linear-gradient(135deg, #ffdff8, #FFDFE3);