#cdedaf
a light, vivid green · cool · closest name: khaki
RGB
205, 237, 175
HSL
91°, 63%, 81%
CMYK
14, 0, 26, 7
Luminance
0.7664
Every format
| HEX | #cdedaf |
| RGB | rgb(205, 237, 175) |
| HSL | hsl(91, 63%, 81%) |
| CMYK | cmyk(14%, 0%, 26%, 7%) |
| LAB | lab(90.2 -21.2 26.7) |
| LCH | lch(90.2 34.1 128.4) |
| OKLCH | oklch(0.908 0.088 130.2) |
Copy-ready code
/* CSS */
color: #cdedaf;
background-color: #cdedaf;
/* Tailwind (arbitrary) */
class="text-[#cdedaf] bg-[#cdedaf]"
/* SCSS */
$brand: #cdedaf;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#cdedaf")Accessibility — WCAG contrast
Aa
#cdedaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedaf on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue68.6%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#cdedaf text on a black background
contrast 16.33:1
Card sample
#cdedaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedaf;
Background color
Panel with #cdedaf background
background-color: #cdedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedaf; background: linear-gradient(135deg, #cdedaf, #AFEDBA);