#cdf3dc
a pale, vivid green · cool · closest name: beige
RGB
205, 243, 220
HSL
144°, 61%, 88%
CMYK
16, 0, 10, 5
Luminance
0.8225
Every format
| HEX | #cdf3dc |
| RGB | rgb(205, 243, 220) |
| HSL | hsl(144, 61%, 88%) |
| CMYK | cmyk(16%, 0%, 10%, 5%) |
| LAB | lab(92.7 -16.6 7.0) |
| LCH | lch(92.7 18.0 157.1) |
| OKLCH | oklch(0.931 0.050 158.7) |
Copy-ready code
/* CSS */
color: #cdf3dc;
background-color: #cdf3dc;
/* Tailwind (arbitrary) */
class="text-[#cdf3dc] bg-[#cdf3dc]"
/* SCSS */
$brand: #cdf3dc;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.863)
/* Android */
Color.parseColor("#cdf3dc")Accessibility — WCAG contrast
Aa
#cdf3dc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3dc on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue86.3%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow9.5%
Key (black)4.7%
Color previews
#cdf3dc text on a black background
contrast 17.45:1
Card sample
#cdf3dc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3dc;
Background color
Panel with #cdf3dc background
background-color: #cdf3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3dc; background: linear-gradient(135deg, #cdf3dc, #CDF1F3);