#cddecf
a light, soft green · cool · closest name: beige
RGB
205, 222, 207
HSL
127°, 21%, 84%
CMYK
8, 0, 7, 13
Luminance
0.6973
Every format
| HEX | #cddecf |
| RGB | rgb(205, 222, 207) |
| HSL | hsl(127, 21%, 84%) |
| CMYK | cmyk(8%, 0%, 7%, 13%) |
| LAB | lab(86.9 -8.4 5.4) |
| LCH | lch(86.9 10.0 147.3) |
| OKLCH | oklch(0.884 0.027 148.8) |
Copy-ready code
/* CSS */
color: #cddecf;
background-color: #cddecf;
/* Tailwind (arbitrary) */
class="text-[#cddecf] bg-[#cddecf]"
/* SCSS */
$brand: #cddecf;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#cddecf")Accessibility — WCAG contrast
Aa
#cddecf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddecf on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#cddecf text on a black background
contrast 14.95:1
Card sample
#cddecf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddecf;
Background color
Panel with #cddecf background
background-color: #cddecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddecf; background: linear-gradient(135deg, #cddecf, #CDDEDA);