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