#cdf656
a light, electric green · cool · closest name: yellow
RGB
205, 246, 86
HSL
75°, 90%, 65%
CMYK
17, 0, 65, 4
Luminance
0.7956
Every format
| HEX | #cdf656 |
| RGB | rgb(205, 246, 86) |
| HSL | hsl(75, 90%, 65%) |
| CMYK | cmyk(17%, 0%, 65%, 4%) |
| LAB | lab(91.5 -34.8 69.8) |
| LCH | lch(91.5 78.0 116.5) |
| OKLCH | oklch(0.915 0.188 122.5) |
Copy-ready code
/* CSS */
color: #cdf656;
background-color: #cdf656;
/* Tailwind (arbitrary) */
class="text-[#cdf656] bg-[#cdf656]"
/* SCSS */
$brand: #cdf656;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.337)
/* Android */
Color.parseColor("#cdf656")Accessibility — WCAG contrast
Aa
#cdf656 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf656 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue33.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow65.0%
Key (black)3.5%
Color previews
#cdf656 text on a black background
contrast 16.91:1
Card sample
#cdf656 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf656;
Background color
Panel with #cdf656 background
background-color: #cdf656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf656; background: linear-gradient(135deg, #cdf656, #62F656);