#dfcdf6
a pale, vivid violet · warm · closest name: lavender
RGB
223, 205, 246
HSL
266°, 70%, 88%
CMYK
9, 17, 0, 4
Luminance
0.6600
Every format
| HEX | #dfcdf6 |
| RGB | rgb(223, 205, 246) |
| HSL | hsl(266, 70%, 88%) |
| CMYK | cmyk(9%, 17%, 0%, 4%) |
| LAB | lab(85.0 13.8 -17.8) |
| LCH | lch(85.0 22.6 307.7) |
| OKLCH | oklch(0.876 0.059 305.1) |
Copy-ready code
/* CSS */
color: #dfcdf6;
background-color: #dfcdf6;
/* Tailwind (arbitrary) */
class="text-[#dfcdf6] bg-[#dfcdf6]"
/* SCSS */
$brand: #dfcdf6;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#dfcdf6")Accessibility — WCAG contrast
Aa
#dfcdf6 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdf6 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#dfcdf6 text on a black background
contrast 14.20:1
Card sample
#dfcdf6 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdf6;
Background color
Panel with #dfcdf6 background
background-color: #dfcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdf6; background: linear-gradient(135deg, #dfcdf6, #F6CDF2);