#dfcdfa
a pale, electric violet · warm · closest name: lavender
RGB
223, 205, 250
HSL
264°, 82%, 89%
CMYK
11, 18, 0, 2
Luminance
0.6625
Every format
| HEX | #dfcdfa |
| RGB | rgb(223, 205, 250) |
| HSL | hsl(264, 82%, 89%) |
| CMYK | cmyk(11%, 18%, 0%, 2%) |
| LAB | lab(85.1 14.6 -19.8) |
| LCH | lch(85.1 24.6 306.5) |
| OKLCH | oklch(0.877 0.064 303.3) |
Copy-ready code
/* CSS */
color: #dfcdfa;
background-color: #dfcdfa;
/* Tailwind (arbitrary) */
class="text-[#dfcdfa] bg-[#dfcdfa]"
/* SCSS */
$brand: #dfcdfa;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#dfcdfa")Accessibility — WCAG contrast
Aa
#dfcdfa on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdfa on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue98.0%
CMYK percentages
Cyan10.8%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#dfcdfa text on a black background
contrast 14.25:1
Card sample
#dfcdfa text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdfa;
Background color
Panel with #dfcdfa background
background-color: #dfcdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdfa; background: linear-gradient(135deg, #dfcdfa, #FACDF7);