#cdf765
a light, electric green · cool · closest name: khaki
RGB
205, 247, 101
HSL
77°, 90%, 68%
CMYK
17, 0, 59, 3
Luminance
0.8044
Every format
| HEX | #cdf765 |
| RGB | rgb(205, 247, 101) |
| HSL | hsl(77, 90%, 68%) |
| CMYK | cmyk(17%, 0%, 59%, 3%) |
| LAB | lab(91.9 -34.2 64.1) |
| LCH | lch(91.9 72.7 118.1) |
| OKLCH | oklch(0.918 0.178 123.4) |
Copy-ready code
/* CSS */
color: #cdf765;
background-color: #cdf765;
/* Tailwind (arbitrary) */
class="text-[#cdf765] bg-[#cdf765]"
/* SCSS */
$brand: #cdf765;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.396)
/* Android */
Color.parseColor("#cdf765")Accessibility — WCAG contrast
Aa
#cdf765 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf765 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue39.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow59.1%
Key (black)3.1%
Color previews
#cdf765 text on a black background
contrast 17.09:1
Card sample
#cdf765 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf765;
Background color
Panel with #cdf765 background
background-color: #cdf765;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf765;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf765; background: linear-gradient(135deg, #cdf765, #6BF765);