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