#cdf756
a light, electric green · cool · closest name: yellow
RGB
205, 247, 86
HSL
76°, 91%, 65%
CMYK
17, 0, 65, 3
Luminance
0.8017
Every format
| HEX | #cdf756 |
| RGB | rgb(205, 247, 86) |
| HSL | hsl(76, 91%, 65%) |
| CMYK | cmyk(17%, 0%, 65%, 3%) |
| LAB | lab(91.8 -35.3 70.0) |
| LCH | lch(91.8 78.4 116.7) |
| OKLCH | oklch(0.917 0.189 122.7) |
Copy-ready code
/* CSS */
color: #cdf756;
background-color: #cdf756;
/* Tailwind (arbitrary) */
class="text-[#cdf756] bg-[#cdf756]"
/* SCSS */
$brand: #cdf756;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.337)
/* Android */
Color.parseColor("#cdf756")Accessibility — WCAG contrast
Aa
#cdf756 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf756 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue33.7%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow65.2%
Key (black)3.1%
Color previews
#cdf756 text on a black background
contrast 17.03:1
Card sample
#cdf756 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf756;
Background color
Panel with #cdf756 background
background-color: #cdf756;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf756;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf756; background: linear-gradient(135deg, #cdf756, #62F756);