#dfc7eb
a pale, vivid violet · warm · closest name: lavender
RGB
223, 199, 235
HSL
280°, 47%, 85%
CMYK
5, 15, 0, 8
Luminance
0.6253
Every format
| HEX | #dfc7eb |
| RGB | rgb(223, 199, 235) |
| HSL | hsl(280, 47%, 85%) |
| CMYK | cmyk(5%, 15%, 0%, 8%) |
| LAB | lab(83.2 14.8 -14.7) |
| LCH | lch(83.2 20.9 315.3) |
| OKLCH | oklch(0.861 0.055 314.5) |
Copy-ready code
/* CSS */
color: #dfc7eb;
background-color: #dfc7eb;
/* Tailwind (arbitrary) */
class="text-[#dfc7eb] bg-[#dfc7eb]"
/* SCSS */
$brand: #dfc7eb;
/* SwiftUI */
Color(red: 0.875, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#dfc7eb")Accessibility — WCAG contrast
Aa
#dfc7eb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc7eb on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dfc7eb text on a black background
contrast 13.51:1
Card sample
#dfc7eb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc7eb;
Background color
Panel with #dfc7eb background
background-color: #dfc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc7eb; background: linear-gradient(135deg, #dfc7eb, #EBC7DF);