#cdeddf
a pale, vivid green · cool · closest name: beige
RGB
205, 237, 223
HSL
154°, 47%, 87%
CMYK
14, 0, 6, 7
Luminance
0.7888
Every format
| HEX | #cdeddf |
| RGB | rgb(205, 237, 223) |
| HSL | hsl(154, 47%, 87%) |
| CMYK | cmyk(14%, 0%, 6%, 7%) |
| LAB | lab(91.2 -13.1 3.3) |
| LCH | lch(91.2 13.5 166.0) |
| OKLCH | oklch(0.919 0.038 167.3) |
Copy-ready code
/* CSS */
color: #cdeddf;
background-color: #cdeddf;
/* Tailwind (arbitrary) */
class="text-[#cdeddf] bg-[#cdeddf]"
/* SCSS */
$brand: #cdeddf;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#cdeddf")Accessibility — WCAG contrast
Aa
#cdeddf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeddf on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#cdeddf text on a black background
contrast 16.78:1
Card sample
#cdeddf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeddf;
Background color
Panel with #cdeddf background
background-color: #cdeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeddf; background: linear-gradient(135deg, #cdeddf, #CDE6ED);