#cdfeca
a pale, electric green · cool · closest name: beige
RGB
205, 254, 202
HSL
117°, 96%, 89%
CMYK
19, 0, 21, 0
Luminance
0.8813
Every format
| HEX | #cdfeca |
| RGB | rgb(205, 254, 202) |
| HSL | hsl(117, 96%, 89%) |
| CMYK | cmyk(19%, 0%, 21%, 0%) |
| LAB | lab(95.2 -25.1 19.9) |
| LCH | lch(95.2 32.0 141.7) |
| OKLCH | oklch(0.950 0.085 143.4) |
Copy-ready code
/* CSS */
color: #cdfeca;
background-color: #cdfeca;
/* Tailwind (arbitrary) */
class="text-[#cdfeca] bg-[#cdfeca]"
/* SCSS */
$brand: #cdfeca;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.792)
/* Android */
Color.parseColor("#cdfeca")Accessibility — WCAG contrast
Aa
#cdfeca on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfeca on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue79.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow20.5%
Key (black)0.4%
Color previews
#cdfeca text on a black background
contrast 18.63:1
Card sample
#cdfeca text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfeca;
Background color
Panel with #cdfeca background
background-color: #cdfeca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfeca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfeca; background: linear-gradient(135deg, #cdfeca, #CAFEEA);