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