#cdf43f
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 63
HSL
73°, 89%, 60%
CMYK
16, 0, 74, 4
Luminance
0.7804
Every format
| HEX | #cdf43f |
| RGB | rgb(205, 244, 63) |
| HSL | hsl(73, 89%, 60%) |
| CMYK | cmyk(16%, 0%, 74%, 4%) |
| LAB | lab(90.8 -35.2 77.1) |
| LCH | lch(90.8 84.8 114.5) |
| OKLCH | oklch(0.909 0.200 121.4) |
Copy-ready code
/* CSS */
color: #cdf43f;
background-color: #cdf43f;
/* Tailwind (arbitrary) */
class="text-[#cdf43f] bg-[#cdf43f]"
/* SCSS */
$brand: #cdf43f;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.247)
/* Android */
Color.parseColor("#cdf43f")Accessibility — WCAG contrast
Aa
#cdf43f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf43f on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue24.7%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow74.2%
Key (black)4.3%
Color previews
#cdf43f text on a black background
contrast 16.61:1
Card sample
#cdf43f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf43f;
Background color
Panel with #cdf43f background
background-color: #cdf43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf43f; background: linear-gradient(135deg, #cdf43f, #54F43F);