#cdf665
a light, electric green · cool · closest name: khaki
RGB
205, 246, 101
HSL
77°, 89%, 68%
CMYK
17, 0, 59, 4
Luminance
0.7983
Every format
| HEX | #cdf665 |
| RGB | rgb(205, 246, 101) |
| HSL | hsl(77, 89%, 68%) |
| CMYK | cmyk(17%, 0%, 59%, 4%) |
| LAB | lab(91.6 -33.8 63.8) |
| LCH | lch(91.6 72.2 117.9) |
| OKLCH | oklch(0.916 0.176 123.2) |
Copy-ready code
/* CSS */
color: #cdf665;
background-color: #cdf665;
/* Tailwind (arbitrary) */
class="text-[#cdf665] bg-[#cdf665]"
/* SCSS */
$brand: #cdf665;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.396)
/* Android */
Color.parseColor("#cdf665")Accessibility — WCAG contrast
Aa
#cdf665 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf665 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue39.6%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow58.9%
Key (black)3.5%
Color previews
#cdf665 text on a black background
contrast 16.97:1
Card sample
#cdf665 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf665;
Background color
Panel with #cdf665 background
background-color: #cdf665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf665; background: linear-gradient(135deg, #cdf665, #6CF665);