#cdf3ce
a pale, vivid green · cool · closest name: beige
RGB
205, 243, 206
HSL
122°, 61%, 88%
CMYK
16, 0, 15, 5
Luminance
0.8154
Every format
| HEX | #cdf3ce |
| RGB | rgb(205, 243, 206) |
| HSL | hsl(122, 61%, 88%) |
| CMYK | cmyk(16%, 0%, 15%, 5%) |
| LAB | lab(92.4 -19.1 13.8) |
| LCH | lch(92.4 23.6 144.2) |
| OKLCH | oklch(0.927 0.063 145.7) |
Copy-ready code
/* CSS */
color: #cdf3ce;
background-color: #cdf3ce;
/* Tailwind (arbitrary) */
class="text-[#cdf3ce] bg-[#cdf3ce]"
/* SCSS */
$brand: #cdf3ce;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#cdf3ce")Accessibility — WCAG contrast
Aa
#cdf3ce on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3ce on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue80.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#cdf3ce text on a black background
contrast 17.31:1
Card sample
#cdf3ce text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3ce;
Background color
Panel with #cdf3ce background
background-color: #cdf3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3ce; background: linear-gradient(135deg, #cdf3ce, #CDF3E7);