#cdf540
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 64
HSL
73°, 90%, 61%
CMYK
16, 0, 74, 4
Luminance
0.7865
Every format
| HEX | #cdf540 |
| RGB | rgb(205, 245, 64) |
| HSL | hsl(73, 90%, 61%) |
| CMYK | cmyk(16%, 0%, 74%, 4%) |
| LAB | lab(91.1 -35.6 77.1) |
| LCH | lch(91.1 84.9 114.8) |
| OKLCH | oklch(0.911 0.200 121.6) |
Copy-ready code
/* CSS */
color: #cdf540;
background-color: #cdf540;
/* Tailwind (arbitrary) */
class="text-[#cdf540] bg-[#cdf540]"
/* SCSS */
$brand: #cdf540;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.251)
/* Android */
Color.parseColor("#cdf540")Accessibility — WCAG contrast
Aa
#cdf540 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf540 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue25.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow73.9%
Key (black)3.9%
Color previews
#cdf540 text on a black background
contrast 16.73:1
Card sample
#cdf540 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf540;
Background color
Panel with #cdf540 background
background-color: #cdf540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf540; background: linear-gradient(135deg, #cdf540, #54F540);