#cdeea2
a light, vivid green · cool · closest name: khaki
RGB
205, 238, 162
HSL
86°, 69%, 78%
CMYK
14, 0, 32, 7
Luminance
0.7674
Every format
| HEX | #cdeea2 |
| RGB | rgb(205, 238, 162) |
| HSL | hsl(86, 69%, 78%) |
| CMYK | cmyk(14%, 0%, 32%, 7%) |
| LAB | lab(90.2 -23.5 33.4) |
| LCH | lch(90.2 40.8 125.2) |
| OKLCH | oklch(0.907 0.105 127.4) |
Copy-ready code
/* CSS */
color: #cdeea2;
background-color: #cdeea2;
/* Tailwind (arbitrary) */
class="text-[#cdeea2] bg-[#cdeea2]"
/* SCSS */
$brand: #cdeea2;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.635)
/* Android */
Color.parseColor("#cdeea2")Accessibility — WCAG contrast
Aa
#cdeea2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeea2 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue63.5%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow31.9%
Key (black)6.7%
Color previews
#cdeea2 text on a black background
contrast 16.35:1
Card sample
#cdeea2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeea2;
Background color
Panel with #cdeea2 background
background-color: #cdeea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeea2; background: linear-gradient(135deg, #cdeea2, #A2EEAA);