#cdee96
a light, vivid green · cool · closest name: khaki
RGB
205, 238, 150
HSL
83°, 72%, 76%
CMYK
14, 0, 37, 7
Luminance
0.7633
Every format
| HEX | #cdee96 |
| RGB | rgb(205, 238, 150) |
| HSL | hsl(83, 72%, 76%) |
| CMYK | cmyk(14%, 0%, 37%, 7%) |
| LAB | lab(90.0 -25.1 39.1) |
| LCH | lch(90.0 46.5 122.6) |
| OKLCH | oklch(0.905 0.118 125.4) |
Copy-ready code
/* CSS */
color: #cdee96;
background-color: #cdee96;
/* Tailwind (arbitrary) */
class="text-[#cdee96] bg-[#cdee96]"
/* SCSS */
$brand: #cdee96;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.588)
/* Android */
Color.parseColor("#cdee96")Accessibility — WCAG contrast
Aa
#cdee96 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdee96 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue58.8%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow37.0%
Key (black)6.7%
Color previews
#cdee96 text on a black background
contrast 16.27:1
Card sample
#cdee96 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdee96;
Background color
Panel with #cdee96 background
background-color: #cdee96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdee96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdee96; background: linear-gradient(135deg, #cdee96, #96EE9A);