#cdeea5
a light, vivid green · cool · closest name: khaki
RGB
205, 238, 165
HSL
87°, 68%, 79%
CMYK
14, 0, 31, 7
Luminance
0.7684
Every format
| HEX | #cdeea5 |
| RGB | rgb(205, 238, 165) |
| HSL | hsl(87, 68%, 79%) |
| CMYK | cmyk(14%, 0%, 31%, 7%) |
| LAB | lab(90.3 -23.1 31.9) |
| LCH | lch(90.3 39.4 125.9) |
| OKLCH | oklch(0.908 0.101 128.0) |
Copy-ready code
/* CSS */
color: #cdeea5;
background-color: #cdeea5;
/* Tailwind (arbitrary) */
class="text-[#cdeea5] bg-[#cdeea5]"
/* SCSS */
$brand: #cdeea5;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.647)
/* Android */
Color.parseColor("#cdeea5")Accessibility — WCAG contrast
Aa
#cdeea5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeea5 on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue64.7%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow30.7%
Key (black)6.7%
Color previews
#cdeea5 text on a black background
contrast 16.37:1
Card sample
#cdeea5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeea5;
Background color
Panel with #cdeea5 background
background-color: #cdeea5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeea5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeea5; background: linear-gradient(135deg, #cdeea5, #A5EEAE);