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