#cdeefc
a pale, electric cyan · cool · closest name: lavender
RGB
205, 238, 252
HSL
198°, 89%, 90%
CMYK
19, 6, 0, 1
Luminance
0.8116
Every format
| HEX | #cdeefc |
| RGB | rgb(205, 238, 252) |
| HSL | hsl(198, 89%, 90%) |
| CMYK | cmyk(19%, 6%, 0%, 1%) |
| LAB | lab(92.2 -7.8 -10.3) |
| LCH | lch(92.2 13.0 232.9) |
| OKLCH | oklch(0.930 0.039 225.3) |
Copy-ready code
/* CSS */
color: #cdeefc;
background-color: #cdeefc;
/* Tailwind (arbitrary) */
class="text-[#cdeefc] bg-[#cdeefc]"
/* SCSS */
$brand: #cdeefc;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#cdeefc")Accessibility — WCAG contrast
Aa
#cdeefc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeefc on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cdeefc text on a black background
contrast 17.23:1
Card sample
#cdeefc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeefc;
Background color
Panel with #cdeefc background
background-color: #cdeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeefc; background: linear-gradient(135deg, #cdeefc, #CDCFFC);