#cdeead
a light, vivid green · cool · closest name: khaki
RGB
205, 238, 173
HSL
91°, 66%, 81%
CMYK
14, 0, 27, 7
Luminance
0.7715
Every format
| HEX | #cdeead |
| RGB | rgb(205, 238, 173) |
| HSL | hsl(91, 66%, 81%) |
| CMYK | cmyk(14%, 0%, 27%, 7%) |
| LAB | lab(90.4 -21.9 28.0) |
| LCH | lch(90.4 35.6 128.1) |
| OKLCH | oklch(0.909 0.092 130.0) |
Copy-ready code
/* CSS */
color: #cdeead;
background-color: #cdeead;
/* Tailwind (arbitrary) */
class="text-[#cdeead] bg-[#cdeead]"
/* SCSS */
$brand: #cdeead;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#cdeead")Accessibility — WCAG contrast
Aa
#cdeead on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeead on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue67.8%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow27.3%
Key (black)6.7%
Color previews
#cdeead text on a black background
contrast 16.43:1
Card sample
#cdeead text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeead;
Background color
Panel with #cdeead background
background-color: #cdeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeead; background: linear-gradient(135deg, #cdeead, #ADEEB8);