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