#cdff7b
a light, electric green · cool · closest name: khaki
RGB
205, 255, 123
HSL
83°, 100%, 74%
CMYK
20, 0, 52, 0
Luminance
0.8593
Every format
| HEX | #cdff7b |
| RGB | rgb(205, 255, 123) |
| HSL | hsl(83, 100%, 74%) |
| CMYK | cmyk(20%, 0%, 52%, 0%) |
| LAB | lab(94.3 -35.9 57.3) |
| LCH | lch(94.3 67.6 122.1) |
| OKLCH | oklch(0.938 0.169 126.6) |
Copy-ready code
/* CSS */
color: #cdff7b;
background-color: #cdff7b;
/* Tailwind (arbitrary) */
class="text-[#cdff7b] bg-[#cdff7b]"
/* SCSS */
$brand: #cdff7b;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#cdff7b")Accessibility — WCAG contrast
Aa
#cdff7b on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff7b on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue48.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#cdff7b text on a black background
contrast 18.19:1
Card sample
#cdff7b text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff7b;
Background color
Panel with #cdff7b background
background-color: #cdff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff7b; background: linear-gradient(135deg, #cdff7b, #7BFF81);