#dedafb
a pale, electric blue · warm · closest name: lavender
RGB
222, 218, 251
HSL
247°, 81%, 92%
CMYK
12, 13, 0, 2
Luminance
0.7264
Every format
| HEX | #dedafb |
| RGB | rgb(222, 218, 251) |
| HSL | hsl(247, 81%, 92%) |
| CMYK | cmyk(12%, 13%, 0%, 2%) |
| LAB | lab(88.3 7.6 -15.6) |
| LCH | lch(88.3 17.3 296.1) |
| OKLCH | oklch(0.902 0.045 291.0) |
Copy-ready code
/* CSS */
color: #dedafb;
background-color: #dedafb;
/* Tailwind (arbitrary) */
class="text-[#dedafb] bg-[#dedafb]"
/* SCSS */
$brand: #dedafb;
/* SwiftUI */
Color(red: 0.871, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#dedafb")Accessibility — WCAG contrast
Aa
#dedafb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedafb on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.5%
Blue98.4%
CMYK percentages
Cyan11.6%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#dedafb text on a black background
contrast 15.53:1
Card sample
#dedafb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedafb;
Background color
Panel with #dedafb background
background-color: #dedafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedafb; background: linear-gradient(135deg, #dedafb, #F4DAFB);