#dfccee
a pale, vivid violet · warm · closest name: lavender
RGB
223, 204, 238
HSL
274°, 50%, 87%
CMYK
6, 14, 0, 7
Luminance
0.6505
Every format
| HEX | #dfccee |
| RGB | rgb(223, 204, 238) |
| HSL | hsl(274, 50%, 87%) |
| CMYK | cmyk(6%, 14%, 0%, 7%) |
| LAB | lab(84.5 12.8 -14.3) |
| LCH | lch(84.5 19.2 311.7) |
| OKLCH | oklch(0.871 0.051 310.3) |
Copy-ready code
/* CSS */
color: #dfccee;
background-color: #dfccee;
/* Tailwind (arbitrary) */
class="text-[#dfccee] bg-[#dfccee]"
/* SCSS */
$brand: #dfccee;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#dfccee")Accessibility — WCAG contrast
Aa
#dfccee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccee on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#dfccee text on a black background
contrast 14.01:1
Card sample
#dfccee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccee;
Background color
Panel with #dfccee background
background-color: #dfccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccee; background: linear-gradient(135deg, #dfccee, #EECCE6);