#cdfd7b
a light, electric green · cool · closest name: khaki
RGB
205, 253, 123
HSL
82°, 97%, 74%
CMYK
19, 0, 51, 1
Luminance
0.8466
Every format
| HEX | #cdfd7b |
| RGB | rgb(205, 253, 123) |
| HSL | hsl(82, 97%, 74%) |
| CMYK | cmyk(19%, 0%, 51%, 1%) |
| LAB | lab(93.7 -35.0 56.6) |
| LCH | lch(93.7 66.6 121.7) |
| OKLCH | oklch(0.934 0.166 126.2) |
Copy-ready code
/* CSS */
color: #cdfd7b;
background-color: #cdfd7b;
/* Tailwind (arbitrary) */
class="text-[#cdfd7b] bg-[#cdfd7b]"
/* SCSS */
$brand: #cdfd7b;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.482)
/* Android */
Color.parseColor("#cdfd7b")Accessibility — WCAG contrast
Aa
#cdfd7b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfd7b on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue48.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow51.4%
Key (black)0.8%
Color previews
#cdfd7b text on a black background
contrast 17.93:1
Card sample
#cdfd7b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfd7b;
Background color
Panel with #cdfd7b background
background-color: #cdfd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfd7b; background: linear-gradient(135deg, #cdfd7b, #7BFD80);