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