#cdf343
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 67
HSL
73°, 88%, 61%
CMYK
16, 0, 72, 5
Luminance
0.7749
Every format
| HEX | #cdf343 |
| RGB | rgb(205, 243, 67) |
| HSL | hsl(73, 88%, 61%) |
| CMYK | cmyk(16%, 0%, 72%, 5%) |
| LAB | lab(90.5 -34.6 75.6) |
| LCH | lch(90.5 83.1 114.6) |
| OKLCH | oklch(0.907 0.196 121.2) |
Copy-ready code
/* CSS */
color: #cdf343;
background-color: #cdf343;
/* Tailwind (arbitrary) */
class="text-[#cdf343] bg-[#cdf343]"
/* SCSS */
$brand: #cdf343;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.263)
/* Android */
Color.parseColor("#cdf343")Accessibility — WCAG contrast
Aa
#cdf343 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf343 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue26.3%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow72.4%
Key (black)4.7%
Color previews
#cdf343 text on a black background
contrast 16.50:1
Card sample
#cdf343 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf343;
Background color
Panel with #cdf343 background
background-color: #cdf343;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf343;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf343; background: linear-gradient(135deg, #cdf343, #58F343);