#cdfdc9
a pale, electric green · cool · closest name: beige
RGB
205, 253, 201
HSL
115°, 93%, 89%
CMYK
19, 0, 21, 1
Luminance
0.8745
Every format
| HEX | #cdfdc9 |
| RGB | rgb(205, 253, 201) |
| HSL | hsl(115, 93%, 89%) |
| CMYK | cmyk(19%, 0%, 21%, 1%) |
| LAB | lab(94.9 -24.8 20.0) |
| LCH | lch(94.9 31.8 141.2) |
| OKLCH | oklch(0.947 0.085 142.9) |
Copy-ready code
/* CSS */
color: #cdfdc9;
background-color: #cdfdc9;
/* Tailwind (arbitrary) */
class="text-[#cdfdc9] bg-[#cdfdc9]"
/* SCSS */
$brand: #cdfdc9;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.788)
/* Android */
Color.parseColor("#cdfdc9")Accessibility — WCAG contrast
Aa
#cdfdc9 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdc9 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue78.8%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow20.6%
Key (black)0.8%
Color previews
#cdfdc9 text on a black background
contrast 18.49:1
Card sample
#cdfdc9 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdc9;
Background color
Panel with #cdfdc9 background
background-color: #cdfdc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdc9; background: linear-gradient(135deg, #cdfdc9, #C9FDE8);