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