#deefec
a pale, soft cyan · cool · closest name: white
RGB
222, 239, 236
HSL
169°, 35%, 90%
CMYK
7, 0, 1, 6
Luminance
0.8332
Every format
| HEX | #deefec |
| RGB | rgb(222, 239, 236) |
| HSL | hsl(169, 35%, 90%) |
| CMYK | cmyk(7%, 0%, 1%, 6%) |
| LAB | lab(93.2 -6.2 -0.5) |
| LCH | lch(93.2 6.2 184.5) |
| OKLCH | oklch(0.939 0.018 184.3) |
Copy-ready code
/* CSS */
color: #deefec;
background-color: #deefec;
/* Tailwind (arbitrary) */
class="text-[#deefec] bg-[#deefec]"
/* SCSS */
$brand: #deefec;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#deefec")Accessibility — WCAG contrast
Aa
#deefec on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deefec on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue92.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#deefec text on a black background
contrast 17.66:1
Card sample
#deefec text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deefec;
Background color
Panel with #deefec background
background-color: #deefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deefec; background: linear-gradient(135deg, #deefec, #DEE7EF);