#cdf641
a balanced, electric green · cool · closest name: yellow
RGB
205, 246, 65
HSL
74°, 91%, 61%
CMYK
17, 0, 74, 4
Luminance
0.7927
Every format
| HEX | #cdf641 |
| RGB | rgb(205, 246, 65) |
| HSL | hsl(74, 91%, 61%) |
| CMYK | cmyk(17%, 0%, 74%, 4%) |
| LAB | lab(91.4 -36.0 77.0) |
| LCH | lch(91.4 85.0 115.1) |
| OKLCH | oklch(0.913 0.201 121.9) |
Copy-ready code
/* CSS */
color: #cdf641;
background-color: #cdf641;
/* Tailwind (arbitrary) */
class="text-[#cdf641] bg-[#cdf641]"
/* SCSS */
$brand: #cdf641;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.255)
/* Android */
Color.parseColor("#cdf641")Accessibility — WCAG contrast
Aa
#cdf641 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf641 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue25.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow73.6%
Key (black)3.5%
Color previews
#cdf641 text on a black background
contrast 16.85:1
Card sample
#cdf641 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf641;
Background color
Panel with #cdf641 background
background-color: #cdf641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf641; background: linear-gradient(135deg, #cdf641, #54F641);