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