#dceae7
a pale, soft cyan · cool · closest name: white
RGB
220, 234, 231
HSL
167°, 25%, 89%
CMYK
6, 0, 1, 8
Luminance
0.7983
Every format
| HEX | #dceae7 |
| RGB | rgb(220, 234, 231) |
| HSL | hsl(167, 25%, 89%) |
| CMYK | cmyk(6%, 0%, 1%, 8%) |
| LAB | lab(91.6 -5.2 -0.1) |
| LCH | lch(91.6 5.2 181.7) |
| OKLCH | oklch(0.926 0.015 181.8) |
Copy-ready code
/* CSS */
color: #dceae7;
background-color: #dceae7;
/* Tailwind (arbitrary) */
class="text-[#dceae7] bg-[#dceae7]"
/* SCSS */
$brand: #dceae7;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.906)
/* Android */
Color.parseColor("#dceae7")Accessibility — WCAG contrast
Aa
#dceae7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceae7 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue90.6%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow1.3%
Key (black)8.2%
Color previews
#dceae7 text on a black background
contrast 16.97:1
Card sample
#dceae7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceae7;
Background color
Panel with #dceae7 background
background-color: #dceae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceae7; background: linear-gradient(135deg, #dceae7, #DCE4EA);