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