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