#cdf660
a light, electric green · cool · closest name: yellow
RGB
205, 246, 96
HSL
76°, 89%, 67%
CMYK
17, 0, 61, 4
Luminance
0.7974
Every format
| HEX | #cdf660 |
| RGB | rgb(205, 246, 96) |
| HSL | hsl(76, 89%, 67%) |
| CMYK | cmyk(17%, 0%, 61%, 4%) |
| LAB | lab(91.6 -34.1 65.9) |
| LCH | lch(91.6 74.2 117.4) |
| OKLCH | oklch(0.916 0.180 123.0) |
Copy-ready code
/* CSS */
color: #cdf660;
background-color: #cdf660;
/* Tailwind (arbitrary) */
class="text-[#cdf660] bg-[#cdf660]"
/* SCSS */
$brand: #cdf660;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.376)
/* Android */
Color.parseColor("#cdf660")Accessibility — WCAG contrast
Aa
#cdf660 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf660 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue37.6%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow61.0%
Key (black)3.5%
Color previews
#cdf660 text on a black background
contrast 16.95:1
Card sample
#cdf660 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf660;
Background color
Panel with #cdf660 background
background-color: #cdf660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf660; background: linear-gradient(135deg, #cdf660, #69F660);