#cdeef9
a pale, electric cyan · cool · closest name: lavender
RGB
205, 238, 249
HSL
195°, 79%, 89%
CMYK
18, 4, 0, 2
Luminance
0.8097
Every format
| HEX | #cdeef9 |
| RGB | rgb(205, 238, 249) |
| HSL | hsl(195, 79%, 89%) |
| CMYK | cmyk(18%, 4%, 0%, 2%) |
| LAB | lab(92.1 -8.4 -8.9) |
| LCH | lch(92.1 12.3 226.5) |
| OKLCH | oklch(0.929 0.037 219.9) |
Copy-ready code
/* CSS */
color: #cdeef9;
background-color: #cdeef9;
/* Tailwind (arbitrary) */
class="text-[#cdeef9] bg-[#cdeef9]"
/* SCSS */
$brand: #cdeef9;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.976)
/* Android */
Color.parseColor("#cdeef9")Accessibility — WCAG contrast
Aa
#cdeef9 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeef9 on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta4.4%
Yellow0.0%
Key (black)2.4%
Color previews
#cdeef9 text on a black background
contrast 17.19:1
Card sample
#cdeef9 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeef9;
Background color
Panel with #cdeef9 background
background-color: #cdeef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeef9; background: linear-gradient(135deg, #cdeef9, #CDD1F9);