#dfccf6
a pale, vivid violet · warm · closest name: lavender
RGB
223, 204, 246
HSL
267°, 70%, 88%
CMYK
9, 17, 0, 4
Luminance
0.6553
Every format
| HEX | #dfccf6 |
| RGB | rgb(223, 204, 246) |
| HSL | hsl(267, 70%, 88%) |
| CMYK | cmyk(9%, 17%, 0%, 4%) |
| LAB | lab(84.8 14.3 -18.2) |
| LCH | lch(84.8 23.2 308.2) |
| OKLCH | oklch(0.874 0.060 305.6) |
Copy-ready code
/* CSS */
color: #dfccf6;
background-color: #dfccf6;
/* Tailwind (arbitrary) */
class="text-[#dfccf6] bg-[#dfccf6]"
/* SCSS */
$brand: #dfccf6;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#dfccf6")Accessibility — WCAG contrast
Aa
#dfccf6 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccf6 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#dfccf6 text on a black background
contrast 14.11:1
Card sample
#dfccf6 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccf6;
Background color
Panel with #dfccf6 background
background-color: #dfccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccf6; background: linear-gradient(135deg, #dfccf6, #F6CCF1);