#dce1fd
a pale, electric blue · warm · closest name: lavender
RGB
220, 225, 253
HSL
231°, 89%, 93%
CMYK
13, 11, 0, 1
Luminance
0.7616
Every format
| HEX | #dce1fd |
| RGB | rgb(220, 225, 253) |
| HSL | hsl(231, 89%, 93%) |
| CMYK | cmyk(13%, 11%, 0%, 1%) |
| LAB | lab(89.9 3.7 -14.1) |
| LCH | lch(89.9 14.6 284.7) |
| OKLCH | oklch(0.914 0.038 277.6) |
Copy-ready code
/* CSS */
color: #dce1fd;
background-color: #dce1fd;
/* Tailwind (arbitrary) */
class="text-[#dce1fd] bg-[#dce1fd]"
/* SCSS */
$brand: #dce1fd;
/* SwiftUI */
Color(red: 0.863, green: 0.882, blue: 0.992)
/* Android */
Color.parseColor("#dce1fd")Accessibility — WCAG contrast
Aa
#dce1fd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce1fd on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.2%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta11.1%
Yellow0.0%
Key (black)0.8%
Color previews
#dce1fd text on a black background
contrast 16.23:1
Card sample
#dce1fd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce1fd;
Background color
Panel with #dce1fd background
background-color: #dce1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 225, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 225, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce1fd; background: linear-gradient(135deg, #dce1fd, #EDDCFD);