#dfd0fb
a pale, electric violet · warm · closest name: lavender
RGB
223, 208, 251
HSL
261°, 84%, 90%
CMYK
11, 17, 0, 2
Luminance
0.6776
Every format
| HEX | #dfd0fb |
| RGB | rgb(223, 208, 251) |
| HSL | hsl(261, 84%, 90%) |
| CMYK | cmyk(11%, 17%, 0%, 2%) |
| LAB | lab(85.9 13.2 -19.1) |
| LCH | lch(85.9 23.3 304.6) |
| OKLCH | oklch(0.883 0.060 301.1) |
Copy-ready code
/* CSS */
color: #dfd0fb;
background-color: #dfd0fb;
/* Tailwind (arbitrary) */
class="text-[#dfd0fb] bg-[#dfd0fb]"
/* SCSS */
$brand: #dfd0fb;
/* SwiftUI */
Color(red: 0.875, green: 0.816, blue: 0.984)
/* Android */
Color.parseColor("#dfd0fb")Accessibility — WCAG contrast
Aa
#dfd0fb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd0fb on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.6%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta17.1%
Yellow0.0%
Key (black)1.6%
Color previews
#dfd0fb text on a black background
contrast 14.55:1
Card sample
#dfd0fb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd0fb;
Background color
Panel with #dfd0fb background
background-color: #dfd0fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd0fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 208, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 208, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd0fb; background: linear-gradient(135deg, #dfd0fb, #FBD0FA);