#cdeef5
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 238, 245
HSL
191°, 67%, 88%
CMYK
16, 3, 0, 4
Luminance
0.8072
Every format
| HEX | #cdeef5 |
| RGB | rgb(205, 238, 245) |
| HSL | hsl(191, 67%, 88%) |
| CMYK | cmyk(16%, 3%, 0%, 4%) |
| LAB | lab(92.0 -9.3 -7.0) |
| LCH | lch(92.0 11.6 217.0) |
| OKLCH | oklch(0.927 0.036 211.9) |
Copy-ready code
/* CSS */
color: #cdeef5;
background-color: #cdeef5;
/* Tailwind (arbitrary) */
class="text-[#cdeef5] bg-[#cdeef5]"
/* SCSS */
$brand: #cdeef5;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.961)
/* Android */
Color.parseColor("#cdeef5")Accessibility — WCAG contrast
Aa
#cdeef5 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeef5 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta2.9%
Yellow0.0%
Key (black)3.9%
Color previews
#cdeef5 text on a black background
contrast 17.14:1
Card sample
#cdeef5 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeef5;
Background color
Panel with #cdeef5 background
background-color: #cdeef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeef5; background: linear-gradient(135deg, #cdeef5, #CDD3F5);