#cdeef1
a pale, vivid cyan · cool · closest name: white
RGB
205, 238, 241
HSL
185°, 56%, 88%
CMYK
15, 1, 0, 6
Luminance
0.8048
Every format
| HEX | #cdeef1 |
| RGB | rgb(205, 238, 241) |
| HSL | hsl(185, 56%, 88%) |
| CMYK | cmyk(15%, 1%, 0%, 6%) |
| LAB | lab(91.9 -10.1 -5.0) |
| LCH | lch(91.9 11.3 206.6) |
| OKLCH | oklch(0.926 0.035 203.3) |
Copy-ready code
/* CSS */
color: #cdeef1;
background-color: #cdeef1;
/* Tailwind (arbitrary) */
class="text-[#cdeef1] bg-[#cdeef1]"
/* SCSS */
$brand: #cdeef1;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#cdeef1")Accessibility — WCAG contrast
Aa
#cdeef1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeef1 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue94.5%
CMYK percentages
Cyan14.9%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#cdeef1 text on a black background
contrast 17.10:1
Card sample
#cdeef1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeef1;
Background color
Panel with #cdeef1 background
background-color: #cdeef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeef1; background: linear-gradient(135deg, #cdeef1, #CDD6F1);