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