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