#ddecfd
a pale, electric blue · cool · closest name: lavender
RGB
221, 236, 253
HSL
212°, 89%, 93%
CMYK
13, 7, 0, 1
Luminance
0.8245
Every format
| HEX | #ddecfd |
| RGB | rgb(221, 236, 253) |
| HSL | hsl(212, 89%, 93%) |
| CMYK | cmyk(13%, 7%, 0%, 1%) |
| LAB | lab(92.8 -1.7 -9.9) |
| LCH | lch(92.8 10.0 260.5) |
| OKLCH | oklch(0.937 0.028 251.5) |
Copy-ready code
/* CSS */
color: #ddecfd;
background-color: #ddecfd;
/* Tailwind (arbitrary) */
class="text-[#ddecfd] bg-[#ddecfd]"
/* SCSS */
$brand: #ddecfd;
/* SwiftUI */
Color(red: 0.867, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#ddecfd")Accessibility — WCAG contrast
Aa
#ddecfd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddecfd on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green92.5%
Blue99.2%
CMYK percentages
Cyan12.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ddecfd text on a black background
contrast 17.49:1
Card sample
#ddecfd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddecfd;
Background color
Panel with #ddecfd background
background-color: #ddecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddecfd; background: linear-gradient(135deg, #ddecfd, #E3DDFD);