#cdedad
a light, vivid green · cool · closest name: khaki
RGB
205, 237, 173
HSL
90°, 64%, 80%
CMYK
14, 0, 27, 7
Luminance
0.7656
Every format
| HEX | #cdedad |
| RGB | rgb(205, 237, 173) |
| HSL | hsl(90, 64%, 80%) |
| CMYK | cmyk(14%, 0%, 27%, 7%) |
| LAB | lab(90.1 -21.5 27.7) |
| LCH | lch(90.1 35.0 127.8) |
| OKLCH | oklch(0.907 0.091 129.7) |
Copy-ready code
/* CSS */
color: #cdedad;
background-color: #cdedad;
/* Tailwind (arbitrary) */
class="text-[#cdedad] bg-[#cdedad]"
/* SCSS */
$brand: #cdedad;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.678)
/* Android */
Color.parseColor("#cdedad")Accessibility — WCAG contrast
Aa
#cdedad on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedad on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue67.8%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow27.0%
Key (black)7.1%
Color previews
#cdedad text on a black background
contrast 16.31:1
Card sample
#cdedad text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedad;
Background color
Panel with #cdedad background
background-color: #cdedad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedad; background: linear-gradient(135deg, #cdedad, #ADEDB8);