#dceaef
a pale, soft cyan · cool · closest name: lavender
RGB
220, 234, 239
HSL
196°, 37%, 90%
CMYK
8, 2, 0, 6
Luminance
0.8029
Every format
| HEX | #dceaef |
| RGB | rgb(220, 234, 239) |
| HSL | hsl(196, 37%, 90%) |
| CMYK | cmyk(8%, 2%, 0%, 6%) |
| LAB | lab(91.8 -3.7 -4.0) |
| LCH | lch(91.8 5.5 227.5) |
| OKLCH | oklch(0.928 0.016 221.1) |
Copy-ready code
/* CSS */
color: #dceaef;
background-color: #dceaef;
/* Tailwind (arbitrary) */
class="text-[#dceaef] bg-[#dceaef]"
/* SCSS */
$brand: #dceaef;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.937)
/* Android */
Color.parseColor("#dceaef")Accessibility — WCAG contrast
Aa
#dceaef on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaef on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue93.7%
CMYK percentages
Cyan7.9%
Magenta2.1%
Yellow0.0%
Key (black)6.3%
Color previews
#dceaef text on a black background
contrast 17.06:1
Card sample
#dceaef text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaef;
Background color
Panel with #dceaef background
background-color: #dceaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaef; background: linear-gradient(135deg, #dceaef, #DCDDEF);