#cde9da
a pale, soft green · cool · closest name: beige
RGB
205, 233, 218
HSL
148°, 39%, 86%
CMYK
12, 0, 6, 9
Luminance
0.7632
Every format
| HEX | #cde9da |
| RGB | rgb(205, 233, 218) |
| HSL | hsl(148, 39%, 86%) |
| CMYK | cmyk(12%, 0%, 6%, 9%) |
| LAB | lab(90.0 -12.0 4.2) |
| LCH | lch(90.0 12.7 160.8) |
| OKLCH | oklch(0.909 0.036 162.3) |
Copy-ready code
/* CSS */
color: #cde9da;
background-color: #cde9da;
/* Tailwind (arbitrary) */
class="text-[#cde9da] bg-[#cde9da]"
/* SCSS */
$brand: #cde9da;
/* SwiftUI */
Color(red: 0.804, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#cde9da")Accessibility — WCAG contrast
Aa
#cde9da on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cde9da on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green91.4%
Blue85.5%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#cde9da text on a black background
contrast 16.26:1
Card sample
#cde9da text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cde9da;
Background color
Panel with #cde9da background
background-color: #cde9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cde9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cde9da; background: linear-gradient(135deg, #cde9da, #CDE5E9);