#cdf6d4
a pale, vivid green · cool · closest name: beige
RGB
205, 246, 212
HSL
130°, 70%, 88%
CMYK
17, 0, 14, 4
Luminance
0.8364
Every format
| HEX | #cdf6d4 |
| RGB | rgb(205, 246, 212) |
| HSL | hsl(130, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 14%, 4%) |
| LAB | lab(93.3 -19.5 12.0) |
| LCH | lch(93.3 22.9 148.4) |
| OKLCH | oklch(0.935 0.062 150.0) |
Copy-ready code
/* CSS */
color: #cdf6d4;
background-color: #cdf6d4;
/* Tailwind (arbitrary) */
class="text-[#cdf6d4] bg-[#cdf6d4]"
/* SCSS */
$brand: #cdf6d4;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.831)
/* Android */
Color.parseColor("#cdf6d4")Accessibility — WCAG contrast
Aa
#cdf6d4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6d4 on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue83.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow13.8%
Key (black)3.5%
Color previews
#cdf6d4 text on a black background
contrast 17.73:1
Card sample
#cdf6d4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6d4;
Background color
Panel with #cdf6d4 background
background-color: #cdf6d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6d4; background: linear-gradient(135deg, #cdf6d4, #CDF6EF);