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