#dfd0fe
a pale, electric violet · warm · closest name: lavender
RGB
223, 208, 254
HSL
260°, 96%, 91%
CMYK
12, 18, 0, 0
Luminance
0.6796
Every format
| HEX | #dfd0fe |
| RGB | rgb(223, 208, 254) |
| HSL | hsl(260, 96%, 91%) |
| CMYK | cmyk(12%, 18%, 0%, 0%) |
| LAB | lab(86.0 13.8 -20.6) |
| LCH | lch(86.0 24.8 303.9) |
| OKLCH | oklch(0.884 0.064 300.0) |
Copy-ready code
/* CSS */
color: #dfd0fe;
background-color: #dfd0fe;
/* Tailwind (arbitrary) */
class="text-[#dfd0fe] bg-[#dfd0fe]"
/* SCSS */
$brand: #dfd0fe;
/* SwiftUI */
Color(red: 0.875, green: 0.816, blue: 0.996)
/* Android */
Color.parseColor("#dfd0fe")Accessibility — WCAG contrast
Aa
#dfd0fe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd0fe on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta18.1%
Yellow0.0%
Key (black)0.4%
Color previews
#dfd0fe text on a black background
contrast 14.59:1
Card sample
#dfd0fe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd0fe;
Background color
Panel with #dfd0fe background
background-color: #dfd0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 208, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 208, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd0fe; background: linear-gradient(135deg, #dfd0fe, #FED0FE);