#dfc6eb
a light, vivid violet · warm · closest name: lavender
RGB
223, 198, 235
HSL
281°, 48%, 85%
CMYK
5, 16, 0, 8
Luminance
0.6207
Every format
| HEX | #dfc6eb |
| RGB | rgb(223, 198, 235) |
| HSL | hsl(281, 48%, 85%) |
| CMYK | cmyk(5%, 16%, 0%, 8%) |
| LAB | lab(83.0 15.4 -15.1) |
| LCH | lch(83.0 21.5 315.6) |
| OKLCH | oklch(0.859 0.057 314.9) |
Copy-ready code
/* CSS */
color: #dfc6eb;
background-color: #dfc6eb;
/* Tailwind (arbitrary) */
class="text-[#dfc6eb] bg-[#dfc6eb]"
/* SCSS */
$brand: #dfc6eb;
/* SwiftUI */
Color(red: 0.875, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#dfc6eb")Accessibility — WCAG contrast
Aa
#dfc6eb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc6eb on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green77.6%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dfc6eb text on a black background
contrast 13.41:1
Card sample
#dfc6eb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc6eb;
Background color
Panel with #dfc6eb background
background-color: #dfc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc6eb; background: linear-gradient(135deg, #dfc6eb, #EBC6DE);