#cdfdb0
a light, electric green · cool · closest name: khaki
RGB
205, 253, 176
HSL
97°, 95%, 84%
CMYK
19, 0, 30, 1
Luminance
0.8636
Every format
| HEX | #cdfdb0 |
| RGB | rgb(205, 253, 176) |
| HSL | hsl(97, 95%, 84%) |
| CMYK | cmyk(19%, 0%, 30%, 1%) |
| LAB | lab(94.5 -28.7 32.0) |
| LCH | lch(94.5 43.0 131.8) |
| OKLCH | oklch(0.942 0.112 134.1) |
Copy-ready code
/* CSS */
color: #cdfdb0;
background-color: #cdfdb0;
/* Tailwind (arbitrary) */
class="text-[#cdfdb0] bg-[#cdfdb0]"
/* SCSS */
$brand: #cdfdb0;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.690)
/* Android */
Color.parseColor("#cdfdb0")Accessibility — WCAG contrast
Aa
#cdfdb0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdb0 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue69.0%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow30.4%
Key (black)0.8%
Color previews
#cdfdb0 text on a black background
contrast 18.27:1
Card sample
#cdfdb0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdb0;
Background color
Panel with #cdfdb0 background
background-color: #cdfdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdb0; background: linear-gradient(135deg, #cdfdb0, #B0FDC6);