#cdecaf
a light, vivid green · cool · closest name: khaki
RGB
205, 236, 175
HSL
91°, 62%, 81%
CMYK
13, 0, 26, 8
Luminance
0.7607
Every format
| HEX | #cdecaf |
| RGB | rgb(205, 236, 175) |
| HSL | hsl(91, 62%, 81%) |
| CMYK | cmyk(13%, 0%, 26%, 8%) |
| LAB | lab(89.9 -20.7 26.3) |
| LCH | lch(89.9 33.5 128.2) |
| OKLCH | oklch(0.905 0.087 129.9) |
Copy-ready code
/* CSS */
color: #cdecaf;
background-color: #cdecaf;
/* Tailwind (arbitrary) */
class="text-[#cdecaf] bg-[#cdecaf]"
/* SCSS */
$brand: #cdecaf;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#cdecaf")Accessibility — WCAG contrast
Aa
#cdecaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecaf on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#cdecaf text on a black background
contrast 16.21:1
Card sample
#cdecaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecaf;
Background color
Panel with #cdecaf background
background-color: #cdecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecaf; background: linear-gradient(135deg, #cdecaf, #AFECBA);