#cdf1dc
a pale, vivid green · cool · closest name: beige
RGB
205, 241, 220
HSL
145°, 56%, 88%
CMYK
15, 0, 9, 6
Luminance
0.8106
Every format
| HEX | #cdf1dc |
| RGB | rgb(205, 241, 220) |
| HSL | hsl(145, 56%, 88%) |
| CMYK | cmyk(15%, 0%, 9%, 6%) |
| LAB | lab(92.2 -15.6 6.3) |
| LCH | lch(92.2 16.8 158.2) |
| OKLCH | oklch(0.927 0.047 159.8) |
Copy-ready code
/* CSS */
color: #cdf1dc;
background-color: #cdf1dc;
/* Tailwind (arbitrary) */
class="text-[#cdf1dc] bg-[#cdf1dc]"
/* SCSS */
$brand: #cdf1dc;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.863)
/* Android */
Color.parseColor("#cdf1dc")Accessibility — WCAG contrast
Aa
#cdf1dc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1dc on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue86.3%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow8.7%
Key (black)5.5%
Color previews
#cdf1dc text on a black background
contrast 17.21:1
Card sample
#cdf1dc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1dc;
Background color
Panel with #cdf1dc background
background-color: #cdf1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1dc; background: linear-gradient(135deg, #cdf1dc, #CDEEF1);