#cdf964
a light, electric green · cool · closest name: yellow
RGB
205, 249, 100
HSL
78°, 93%, 68%
CMYK
18, 0, 60, 2
Luminance
0.8165
Every format
| HEX | #cdf964 |
| RGB | rgb(205, 249, 100) |
| HSL | hsl(78, 93%, 68%) |
| CMYK | cmyk(18%, 0%, 60%, 2%) |
| LAB | lab(92.4 -35.2 65.2) |
| LCH | lch(92.4 74.1 118.4) |
| OKLCH | oklch(0.923 0.181 123.8) |
Copy-ready code
/* CSS */
color: #cdf964;
background-color: #cdf964;
/* Tailwind (arbitrary) */
class="text-[#cdf964] bg-[#cdf964]"
/* SCSS */
$brand: #cdf964;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.392)
/* Android */
Color.parseColor("#cdf964")Accessibility — WCAG contrast
Aa
#cdf964 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf964 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue39.2%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow59.8%
Key (black)2.4%
Color previews
#cdf964 text on a black background
contrast 17.33:1
Card sample
#cdf964 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf964;
Background color
Panel with #cdf964 background
background-color: #cdf964;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf964;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf964; background: linear-gradient(135deg, #cdf964, #6AF964);