#cdf760
a light, electric green · cool · closest name: yellow
RGB
205, 247, 96
HSL
77°, 90%, 67%
CMYK
17, 0, 61, 3
Luminance
0.8035
Every format
| HEX | #cdf760 |
| RGB | rgb(205, 247, 96) |
| HSL | hsl(77, 90%, 67%) |
| CMYK | cmyk(17%, 0%, 61%, 3%) |
| LAB | lab(91.8 -34.6 66.2) |
| LCH | lch(91.8 74.7 117.6) |
| OKLCH | oklch(0.918 0.182 123.2) |
Copy-ready code
/* CSS */
color: #cdf760;
background-color: #cdf760;
/* Tailwind (arbitrary) */
class="text-[#cdf760] bg-[#cdf760]"
/* SCSS */
$brand: #cdf760;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.376)
/* Android */
Color.parseColor("#cdf760")Accessibility — WCAG contrast
Aa
#cdf760 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf760 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue37.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow61.1%
Key (black)3.1%
Color previews
#cdf760 text on a black background
contrast 17.07:1
Card sample
#cdf760 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf760;
Background color
Panel with #cdf760 background
background-color: #cdf760;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf760;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf760; background: linear-gradient(135deg, #cdf760, #69F760);