#cdf730
a balanced, electric green · cool · closest name: yellow
RGB
205, 247, 48
HSL
73°, 93%, 58%
CMYK
17, 0, 81, 3
Luminance
0.7971
Every format
| HEX | #cdf730 |
| RGB | rgb(205, 247, 48) |
| HSL | hsl(73, 93%, 58%) |
| CMYK | cmyk(17%, 0%, 81%, 3%) |
| LAB | lab(91.6 -37.1 82.0) |
| LCH | lch(91.6 90.0 114.4) |
| OKLCH | oklch(0.915 0.210 121.7) |
Copy-ready code
/* CSS */
color: #cdf730;
background-color: #cdf730;
/* Tailwind (arbitrary) */
class="text-[#cdf730] bg-[#cdf730]"
/* SCSS */
$brand: #cdf730;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.188)
/* Android */
Color.parseColor("#cdf730")Accessibility — WCAG contrast
Aa
#cdf730 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf730 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue18.8%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow80.6%
Key (black)3.1%
Color previews
#cdf730 text on a black background
contrast 16.94:1
Card sample
#cdf730 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf730;
Background color
Panel with #cdf730 background
background-color: #cdf730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf730; background: linear-gradient(135deg, #cdf730, #48F730);