#cdf65c
a light, electric green · cool · closest name: yellow
RGB
205, 246, 92
HSL
76°, 90%, 66%
CMYK
17, 0, 63, 4
Luminance
0.7966
Every format
| HEX | #cdf65c |
| RGB | rgb(205, 246, 92) |
| HSL | hsl(76, 90%, 66%) |
| CMYK | cmyk(17%, 0%, 63%, 4%) |
| LAB | lab(91.5 -34.4 67.5) |
| LCH | lch(91.5 75.7 117.0) |
| OKLCH | oklch(0.915 0.183 122.8) |
Copy-ready code
/* CSS */
color: #cdf65c;
background-color: #cdf65c;
/* Tailwind (arbitrary) */
class="text-[#cdf65c] bg-[#cdf65c]"
/* SCSS */
$brand: #cdf65c;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.361)
/* Android */
Color.parseColor("#cdf65c")Accessibility — WCAG contrast
Aa
#cdf65c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf65c on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue36.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow62.6%
Key (black)3.5%
Color previews
#cdf65c text on a black background
contrast 16.93:1
Card sample
#cdf65c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf65c;
Background color
Panel with #cdf65c background
background-color: #cdf65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf65c; background: linear-gradient(135deg, #cdf65c, #66F65C);