#cdfdb9
a pale, electric green · cool · closest name: khaki
RGB
205, 253, 185
HSL
102°, 94%, 86%
CMYK
19, 0, 27, 1
Luminance
0.8673
Every format
| HEX | #cdfdb9 |
| RGB | rgb(205, 253, 185) |
| HSL | hsl(102, 94%, 86%) |
| CMYK | cmyk(19%, 0%, 27%, 1%) |
| LAB | lab(94.6 -27.3 27.7) |
| LCH | lch(94.6 38.9 134.6) |
| OKLCH | oklch(0.944 0.102 136.6) |
Copy-ready code
/* CSS */
color: #cdfdb9;
background-color: #cdfdb9;
/* Tailwind (arbitrary) */
class="text-[#cdfdb9] bg-[#cdfdb9]"
/* SCSS */
$brand: #cdfdb9;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.725)
/* Android */
Color.parseColor("#cdfdb9")Accessibility — WCAG contrast
Aa
#cdfdb9 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdb9 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue72.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow26.9%
Key (black)0.8%
Color previews
#cdfdb9 text on a black background
contrast 18.35:1
Card sample
#cdfdb9 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdb9;
Background color
Panel with #cdfdb9 background
background-color: #cdfdb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdb9; background: linear-gradient(135deg, #cdfdb9, #B9FDD2);