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