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