#dfcff8
a pale, vivid violet · warm · closest name: lavender
RGB
223, 207, 248
HSL
263°, 75%, 89%
CMYK
10, 17, 0, 3
Luminance
0.6709
Every format
| HEX | #dfcff8 |
| RGB | rgb(223, 207, 248) |
| HSL | hsl(263, 75%, 89%) |
| CMYK | cmyk(10%, 17%, 0%, 3%) |
| LAB | lab(85.5 13.1 -18.1) |
| LCH | lch(85.5 22.3 306.0) |
| OKLCH | oklch(0.880 0.058 303.0) |
Copy-ready code
/* CSS */
color: #dfcff8;
background-color: #dfcff8;
/* Tailwind (arbitrary) */
class="text-[#dfcff8] bg-[#dfcff8]"
/* SCSS */
$brand: #dfcff8;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.973)
/* Android */
Color.parseColor("#dfcff8")Accessibility — WCAG contrast
Aa
#dfcff8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcff8 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta16.5%
Yellow0.0%
Key (black)2.7%
Color previews
#dfcff8 text on a black background
contrast 14.42:1
Card sample
#dfcff8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcff8;
Background color
Panel with #dfcff8 background
background-color: #dfcff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcff8; background: linear-gradient(135deg, #dfcff8, #F8CFF6);