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