#cdf852
a balanced, electric green · cool · closest name: yellow
RGB
205, 248, 82
HSL
76°, 92%, 65%
CMYK
17, 0, 67, 3
Luminance
0.8072
Every format
| HEX | #cdf852 |
| RGB | rgb(205, 248, 82) |
| HSL | hsl(76, 92%, 65%) |
| CMYK | cmyk(17%, 0%, 67%, 3%) |
| LAB | lab(92.0 -36.0 71.8) |
| LCH | lch(92.0 80.3 116.6) |
| OKLCH | oklch(0.919 0.193 122.8) |
Copy-ready code
/* CSS */
color: #cdf852;
background-color: #cdf852;
/* Tailwind (arbitrary) */
class="text-[#cdf852] bg-[#cdf852]"
/* SCSS */
$brand: #cdf852;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.322)
/* Android */
Color.parseColor("#cdf852")Accessibility — WCAG contrast
Aa
#cdf852 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf852 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue32.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow66.9%
Key (black)2.7%
Color previews
#cdf852 text on a black background
contrast 17.14:1
Card sample
#cdf852 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf852;
Background color
Panel with #cdf852 background
background-color: #cdf852;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf852;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf852; background: linear-gradient(135deg, #cdf852, #5EF852);