#dceceb
a pale, soft cyan · cool · closest name: white
RGB
220, 236, 235
HSL
176°, 30%, 89%
CMYK
7, 0, 0, 8
Luminance
0.8120
Every format
| HEX | #dceceb |
| RGB | rgb(220, 236, 235) |
| HSL | hsl(176, 30%, 89%) |
| CMYK | cmyk(7%, 0%, 0%, 8%) |
| LAB | lab(92.2 -5.5 -1.3) |
| LCH | lch(92.2 5.6 193.8) |
| OKLCH | oklch(0.931 0.017 192.3) |
Copy-ready code
/* CSS */
color: #dceceb;
background-color: #dceceb;
/* Tailwind (arbitrary) */
class="text-[#dceceb] bg-[#dceceb]"
/* SCSS */
$brand: #dceceb;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#dceceb")Accessibility — WCAG contrast
Aa
#dceceb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceceb on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#dceceb text on a black background
contrast 17.24:1
Card sample
#dceceb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceceb;
Background color
Panel with #dceceb background
background-color: #dceceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceceb; background: linear-gradient(135deg, #dceceb, #DCE2EC);