#cdedcb
a pale, vivid green · cool · closest name: beige
RGB
205, 237, 203
HSL
117°, 49%, 86%
CMYK
14, 0, 14, 7
Luminance
0.7786
Every format
| HEX | #cdedcb |
| RGB | rgb(205, 237, 203) |
| HSL | hsl(117, 49%, 86%) |
| CMYK | cmyk(14%, 0%, 14%, 7%) |
| LAB | lab(90.7 -16.7 13.0) |
| LCH | lch(90.7 21.2 142.0) |
| OKLCH | oklch(0.914 0.057 143.5) |
Copy-ready code
/* CSS */
color: #cdedcb;
background-color: #cdedcb;
/* Tailwind (arbitrary) */
class="text-[#cdedcb] bg-[#cdedcb]"
/* SCSS */
$brand: #cdedcb;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.796)
/* Android */
Color.parseColor("#cdedcb")Accessibility — WCAG contrast
Aa
#cdedcb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedcb on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue79.6%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow14.3%
Key (black)7.1%
Color previews
#cdedcb text on a black background
contrast 16.57:1
Card sample
#cdedcb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedcb;
Background color
Panel with #cdedcb background
background-color: #cdedcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedcb; background: linear-gradient(135deg, #cdedcb, #CBEDE0);