#dfcdff
a pale, electric violet · warm · closest name: lavender
RGB
223, 205, 255
HSL
262°, 100%, 90%
CMYK
13, 20, 0, 0
Luminance
0.6657
Every format
| HEX | #dfcdff |
| RGB | rgb(223, 205, 255) |
| HSL | hsl(262, 100%, 90%) |
| CMYK | cmyk(13%, 20%, 0%, 0%) |
| LAB | lab(85.3 15.6 -22.2) |
| LCH | lch(85.3 27.1 305.2) |
| OKLCH | oklch(0.879 0.070 301.4) |
Copy-ready code
/* CSS */
color: #dfcdff;
background-color: #dfcdff;
/* Tailwind (arbitrary) */
class="text-[#dfcdff] bg-[#dfcdff]"
/* SCSS */
$brand: #dfcdff;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#dfcdff")Accessibility — WCAG contrast
Aa
#dfcdff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdff on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#dfcdff text on a black background
contrast 14.31:1
Card sample
#dfcdff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdff;
Background color
Panel with #dfcdff background
background-color: #dfcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdff; background: linear-gradient(135deg, #dfcdff, #FFCDFE);