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