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