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