#cdeee7
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 238, 231
HSL
167°, 49%, 87%
CMYK
14, 0, 3, 7
Luminance
0.7990
Every format
| HEX | #cdeee7 |
| RGB | rgb(205, 238, 231) |
| HSL | hsl(167, 49%, 87%) |
| CMYK | cmyk(14%, 0%, 3%, 7%) |
| LAB | lab(91.6 -12.1 -0.2) |
| LCH | lch(91.6 12.1 181.1) |
| OKLCH | oklch(0.923 0.036 181.3) |
Copy-ready code
/* CSS */
color: #cdeee7;
background-color: #cdeee7;
/* Tailwind (arbitrary) */
class="text-[#cdeee7] bg-[#cdeee7]"
/* SCSS */
$brand: #cdeee7;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#cdeee7")Accessibility — WCAG contrast
Aa
#cdeee7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeee7 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue90.6%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow2.9%
Key (black)6.7%
Color previews
#cdeee7 text on a black background
contrast 16.98:1
Card sample
#cdeee7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeee7;
Background color
Panel with #cdeee7 background
background-color: #cdeee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeee7; background: linear-gradient(135deg, #cdeee7, #CDDFEE);