#dfdffd
a pale, electric blue · warm · closest name: lavender
RGB
223, 223, 253
HSL
240°, 88%, 93%
CMYK
12, 12, 0, 1
Luminance
0.7556
Every format
| HEX | #dfdffd |
| RGB | rgb(223, 223, 253) |
| HSL | hsl(240, 88%, 93%) |
| CMYK | cmyk(12%, 12%, 0%, 1%) |
| LAB | lab(89.7 5.7 -14.5) |
| LCH | lch(89.7 15.6 291.4) |
| OKLCH | oklch(0.913 0.041 285.6) |
Copy-ready code
/* CSS */
color: #dfdffd;
background-color: #dfdffd;
/* Tailwind (arbitrary) */
class="text-[#dfdffd] bg-[#dfdffd]"
/* SCSS */
$brand: #dfdffd;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#dfdffd")Accessibility — WCAG contrast
Aa
#dfdffd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdffd on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#dfdffd text on a black background
contrast 16.11:1
Card sample
#dfdffd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdffd;
Background color
Panel with #dfdffd background
background-color: #dfdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdffd; background: linear-gradient(135deg, #dfdffd, #F3DFFD);