#dfcdef
a pale, vivid violet · warm · closest name: lavender
RGB
223, 205, 239
HSL
272°, 52%, 87%
CMYK
7, 14, 0, 6
Luminance
0.6558
Every format
| HEX | #dfcdef |
| RGB | rgb(223, 205, 239) |
| HSL | hsl(272, 52%, 87%) |
| CMYK | cmyk(7%, 14%, 0%, 6%) |
| LAB | lab(84.8 12.4 -14.4) |
| LCH | lch(84.8 19.1 310.7) |
| OKLCH | oklch(0.874 0.050 309.1) |
Copy-ready code
/* CSS */
color: #dfcdef;
background-color: #dfcdef;
/* Tailwind (arbitrary) */
class="text-[#dfcdef] bg-[#dfcdef]"
/* SCSS */
$brand: #dfcdef;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#dfcdef")Accessibility — WCAG contrast
Aa
#dfcdef on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdef on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#dfcdef text on a black background
contrast 14.12:1
Card sample
#dfcdef text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdef;
Background color
Panel with #dfcdef background
background-color: #dfcdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdef; background: linear-gradient(135deg, #dfcdef, #EFCDE8);