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