#cdff94
a light, electric green · cool · closest name: khaki
RGB
205, 255, 148
HSL
88°, 100%, 79%
CMYK
20, 0, 42, 0
Luminance
0.8664
Every format
| HEX | #cdff94 |
| RGB | rgb(205, 255, 148) |
| HSL | hsl(88, 100%, 79%) |
| CMYK | cmyk(20%, 0%, 42%, 0%) |
| LAB | lab(94.6 -33.3 46.0) |
| LCH | lch(94.6 56.7 125.9) |
| OKLCH | oklch(0.942 0.145 129.3) |
Copy-ready code
/* CSS */
color: #cdff94;
background-color: #cdff94;
/* Tailwind (arbitrary) */
class="text-[#cdff94] bg-[#cdff94]"
/* SCSS */
$brand: #cdff94;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.580)
/* Android */
Color.parseColor("#cdff94")Accessibility — WCAG contrast
Aa
#cdff94 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff94 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue58.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow42.0%
Key (black)0.0%
Color previews
#cdff94 text on a black background
contrast 18.33:1
Card sample
#cdff94 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff94;
Background color
Panel with #cdff94 background
background-color: #cdff94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff94; background: linear-gradient(135deg, #cdff94, #94FFA2);