#cdfcce
a pale, electric green · cool · closest name: beige
RGB
205, 252, 206
HSL
121°, 89%, 90%
CMYK
19, 0, 18, 1
Luminance
0.8706
Every format
| HEX | #cdfcce |
| RGB | rgb(205, 252, 206) |
| HSL | hsl(121, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 18%, 1%) |
| LAB | lab(94.8 -23.5 17.2) |
| LCH | lch(94.8 29.1 143.8) |
| OKLCH | oklch(0.946 0.078 145.5) |
Copy-ready code
/* CSS */
color: #cdfcce;
background-color: #cdfcce;
/* Tailwind (arbitrary) */
class="text-[#cdfcce] bg-[#cdfcce]"
/* SCSS */
$brand: #cdfcce;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#cdfcce")Accessibility — WCAG contrast
Aa
#cdfcce on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcce on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue80.8%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#cdfcce text on a black background
contrast 18.41:1
Card sample
#cdfcce text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcce;
Background color
Panel with #cdfcce background
background-color: #cdfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcce; background: linear-gradient(135deg, #cdfcce, #CDFCED);