#cdfda0
a light, electric green · cool · closest name: khaki
RGB
205, 253, 160
HSL
91°, 96%, 81%
CMYK
19, 0, 37, 1
Luminance
0.8577
Every format
| HEX | #cdfda0 |
| RGB | rgb(205, 253, 160) |
| HSL | hsl(91, 96%, 81%) |
| CMYK | cmyk(19%, 0%, 37%, 1%) |
| LAB | lab(94.2 -30.9 39.6) |
| LCH | lch(94.2 50.2 127.9) |
| OKLCH | oklch(0.939 0.129 130.7) |
Copy-ready code
/* CSS */
color: #cdfda0;
background-color: #cdfda0;
/* Tailwind (arbitrary) */
class="text-[#cdfda0] bg-[#cdfda0]"
/* SCSS */
$brand: #cdfda0;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.627)
/* Android */
Color.parseColor("#cdfda0")Accessibility — WCAG contrast
Aa
#cdfda0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfda0 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue62.7%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow36.8%
Key (black)0.8%
Color previews
#cdfda0 text on a black background
contrast 18.15:1
Card sample
#cdfda0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfda0;
Background color
Panel with #cdfda0 background
background-color: #cdfda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfda0; background: linear-gradient(135deg, #cdfda0, #A0FDB1);