#cdecab
a light, vivid green · cool · closest name: khaki
RGB
205, 236, 171
HSL
89°, 63%, 80%
CMYK
13, 0, 28, 8
Luminance
0.7591
Every format
| HEX | #cdecab |
| RGB | rgb(205, 236, 171) |
| HSL | hsl(89, 63%, 80%) |
| CMYK | cmyk(13%, 0%, 28%, 8%) |
| LAB | lab(89.8 -21.3 28.3) |
| LCH | lch(89.8 35.4 126.9) |
| OKLCH | oklch(0.905 0.091 128.8) |
Copy-ready code
/* CSS */
color: #cdecab;
background-color: #cdecab;
/* Tailwind (arbitrary) */
class="text-[#cdecab] bg-[#cdecab]"
/* SCSS */
$brand: #cdecab;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.671)
/* Android */
Color.parseColor("#cdecab")Accessibility — WCAG contrast
Aa
#cdecab on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecab on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue67.1%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow27.5%
Key (black)7.5%
Color previews
#cdecab text on a black background
contrast 16.18:1
Card sample
#cdecab text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecab;
Background color
Panel with #cdecab background
background-color: #cdecab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecab; background: linear-gradient(135deg, #cdecab, #ABECB4);