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