#cdff6c
a light, electric green · cool · closest name: khaki
RGB
205, 255, 108
HSL
80°, 100%, 71%
CMYK
20, 0, 58, 0
Luminance
0.8558
Every format
| HEX | #cdff6c |
| RGB | rgb(205, 255, 108) |
| HSL | hsl(80, 100%, 71%) |
| CMYK | cmyk(20%, 0%, 58%, 0%) |
| LAB | lab(94.1 -37.3 63.7) |
| LCH | lch(94.1 73.8 120.3) |
| OKLCH | oklch(0.937 0.182 125.5) |
Copy-ready code
/* CSS */
color: #cdff6c;
background-color: #cdff6c;
/* Tailwind (arbitrary) */
class="text-[#cdff6c] bg-[#cdff6c]"
/* SCSS */
$brand: #cdff6c;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.424)
/* Android */
Color.parseColor("#cdff6c")Accessibility — WCAG contrast
Aa
#cdff6c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff6c on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue42.4%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow57.6%
Key (black)0.0%
Color previews
#cdff6c text on a black background
contrast 18.12:1
Card sample
#cdff6c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff6c;
Background color
Panel with #cdff6c background
background-color: #cdff6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff6c; background: linear-gradient(135deg, #cdff6c, #6CFF6D);