#dfccf9
a pale, electric violet · warm · closest name: lavender
RGB
223, 204, 249
HSL
265°, 79%, 89%
CMYK
10, 18, 0, 2
Luminance
0.6571
Every format
| HEX | #dfccf9 |
| RGB | rgb(223, 204, 249) |
| HSL | hsl(265, 79%, 89%) |
| CMYK | cmyk(10%, 18%, 0%, 2%) |
| LAB | lab(84.8 14.9 -19.6) |
| LCH | lch(84.8 24.7 307.2) |
| OKLCH | oklch(0.875 0.064 304.3) |
Copy-ready code
/* CSS */
color: #dfccf9;
background-color: #dfccf9;
/* Tailwind (arbitrary) */
class="text-[#dfccf9] bg-[#dfccf9]"
/* SCSS */
$brand: #dfccf9;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.976)
/* Android */
Color.parseColor("#dfccf9")Accessibility — WCAG contrast
Aa
#dfccf9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccf9 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta18.1%
Yellow0.0%
Key (black)2.4%
Color previews
#dfccf9 text on a black background
contrast 14.14:1
Card sample
#dfccf9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccf9;
Background color
Panel with #dfccf9 background
background-color: #dfccf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccf9; background: linear-gradient(135deg, #dfccf9, #F9CCF5);