#cdedce
a pale, vivid green · cool · closest name: beige
RGB
205, 237, 206
HSL
122°, 47%, 87%
CMYK
14, 0, 13, 7
Luminance
0.7800
Every format
| HEX | #cdedce |
| RGB | rgb(205, 237, 206) |
| HSL | hsl(122, 47%, 87%) |
| CMYK | cmyk(14%, 0%, 13%, 7%) |
| LAB | lab(90.8 -16.2 11.6) |
| LCH | lch(90.8 19.9 144.4) |
| OKLCH | oklch(0.915 0.053 146.0) |
Copy-ready code
/* CSS */
color: #cdedce;
background-color: #cdedce;
/* Tailwind (arbitrary) */
class="text-[#cdedce] bg-[#cdedce]"
/* SCSS */
$brand: #cdedce;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#cdedce")Accessibility — WCAG contrast
Aa
#cdedce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedce on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue80.8%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow13.1%
Key (black)7.1%
Color previews
#cdedce text on a black background
contrast 16.60:1
Card sample
#cdedce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedce;
Background color
Panel with #cdedce background
background-color: #cdedce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedce; background: linear-gradient(135deg, #cdedce, #CDEDE3);