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