#dfdafa
a pale, electric blue · warm · closest name: lavender
RGB
223, 218, 250
HSL
249°, 76%, 92%
CMYK
11, 13, 0, 2
Luminance
0.7273
Every format
| HEX | #dfdafa |
| RGB | rgb(223, 218, 250) |
| HSL | hsl(249, 76%, 92%) |
| CMYK | cmyk(11%, 13%, 0%, 2%) |
| LAB | lab(88.3 7.7 -14.9) |
| LCH | lch(88.3 16.8 297.3) |
| OKLCH | oklch(0.902 0.044 292.7) |
Copy-ready code
/* CSS */
color: #dfdafa;
background-color: #dfdafa;
/* Tailwind (arbitrary) */
class="text-[#dfdafa] bg-[#dfdafa]"
/* SCSS */
$brand: #dfdafa;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.980)
/* Android */
Color.parseColor("#dfdafa")Accessibility — WCAG contrast
Aa
#dfdafa on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdafa on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue98.0%
CMYK percentages
Cyan10.8%
Magenta12.8%
Yellow0.0%
Key (black)2.0%
Color previews
#dfdafa text on a black background
contrast 15.55:1
Card sample
#dfdafa text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdafa;
Background color
Panel with #dfdafa background
background-color: #dfdafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdafa; background: linear-gradient(135deg, #dfdafa, #F4DAFA);