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