#dce5f5
a pale, vivid blue · cool · closest name: lavender
RGB
220, 229, 245
HSL
218°, 56%, 91%
CMYK
10, 7, 0, 4
Luminance
0.7785
Every format
| HEX | #dce5f5 |
| RGB | rgb(220, 229, 245) |
| HSL | hsl(218, 56%, 91%) |
| CMYK | cmyk(10%, 7%, 0%, 4%) |
| LAB | lab(90.7 0.1 -8.8) |
| LCH | lch(90.7 8.8 270.3) |
| OKLCH | oklch(0.920 0.024 262.1) |
Copy-ready code
/* CSS */
color: #dce5f5;
background-color: #dce5f5;
/* Tailwind (arbitrary) */
class="text-[#dce5f5] bg-[#dce5f5]"
/* SCSS */
$brand: #dce5f5;
/* SwiftUI */
Color(red: 0.863, green: 0.898, blue: 0.961)
/* Android */
Color.parseColor("#dce5f5")Accessibility — WCAG contrast
Aa
#dce5f5 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce5f5 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.8%
Blue96.1%
CMYK percentages
Cyan10.2%
Magenta6.5%
Yellow0.0%
Key (black)3.9%
Color previews
#dce5f5 text on a black background
contrast 16.57:1
Card sample
#dce5f5 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce5f5;
Background color
Panel with #dce5f5 background
background-color: #dce5f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce5f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 229, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 229, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce5f5; background: linear-gradient(135deg, #dce5f5, #E4DCF5);