#cdf565
a light, electric green · cool · closest name: khaki
RGB
205, 245, 101
HSL
77°, 88%, 68%
CMYK
16, 0, 59, 4
Luminance
0.7922
Every format
| HEX | #cdf565 |
| RGB | rgb(205, 245, 101) |
| HSL | hsl(77, 88%, 68%) |
| CMYK | cmyk(16%, 0%, 59%, 4%) |
| LAB | lab(91.3 -33.3 63.5) |
| LCH | lch(91.3 71.7 117.7) |
| OKLCH | oklch(0.914 0.175 123.0) |
Copy-ready code
/* CSS */
color: #cdf565;
background-color: #cdf565;
/* Tailwind (arbitrary) */
class="text-[#cdf565] bg-[#cdf565]"
/* SCSS */
$brand: #cdf565;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.396)
/* Android */
Color.parseColor("#cdf565")Accessibility — WCAG contrast
Aa
#cdf565 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf565 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue39.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow58.8%
Key (black)3.9%
Color previews
#cdf565 text on a black background
contrast 16.84:1
Card sample
#cdf565 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf565;
Background color
Panel with #cdf565 background
background-color: #cdf565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf565; background: linear-gradient(135deg, #cdf565, #6DF565);