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