#cdf994
a light, electric green · cool · closest name: khaki
RGB
205, 249, 148
HSL
86°, 89%, 78%
CMYK
18, 0, 41, 2
Luminance
0.8287
Every format
| HEX | #cdf994 |
| RGB | rgb(205, 249, 148) |
| HSL | hsl(86, 89%, 78%) |
| CMYK | cmyk(18%, 0%, 41%, 2%) |
| LAB | lab(93.0 -30.5 43.9) |
| LCH | lch(93.0 53.4 124.8) |
| OKLCH | oklch(0.929 0.136 128.0) |
Copy-ready code
/* CSS */
color: #cdf994;
background-color: #cdf994;
/* Tailwind (arbitrary) */
class="text-[#cdf994] bg-[#cdf994]"
/* SCSS */
$brand: #cdf994;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.580)
/* Android */
Color.parseColor("#cdf994")Accessibility — WCAG contrast
Aa
#cdf994 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf994 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue58.0%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow40.6%
Key (black)2.4%
Color previews
#cdf994 text on a black background
contrast 17.57:1
Card sample
#cdf994 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf994;
Background color
Panel with #cdf994 background
background-color: #cdf994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf994; background: linear-gradient(135deg, #cdf994, #94F99E);