#dceaf0
a pale, soft cyan · cool · closest name: lavender
RGB
220, 234, 240
HSL
198°, 40%, 90%
CMYK
8, 3, 0, 6
Luminance
0.8035
Every format
| HEX | #dceaf0 |
| RGB | rgb(220, 234, 240) |
| HSL | hsl(198, 40%, 90%) |
| CMYK | cmyk(8%, 3%, 0%, 6%) |
| LAB | lab(91.8 -3.5 -4.5) |
| LCH | lch(91.8 5.7 232.2) |
| OKLCH | oklch(0.928 0.017 225.2) |
Copy-ready code
/* CSS */
color: #dceaf0;
background-color: #dceaf0;
/* Tailwind (arbitrary) */
class="text-[#dceaf0] bg-[#dceaf0]"
/* SCSS */
$brand: #dceaf0;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#dceaf0")Accessibility — WCAG contrast
Aa
#dceaf0 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaf0 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue94.1%
CMYK percentages
Cyan8.3%
Magenta2.5%
Yellow0.0%
Key (black)5.9%
Color previews
#dceaf0 text on a black background
contrast 17.07:1
Card sample
#dceaf0 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaf0;
Background color
Panel with #dceaf0 background
background-color: #dceaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaf0; background: linear-gradient(135deg, #dceaf0, #DCDDF0);