#cdf359
a light, electric green · cool · closest name: yellow
RGB
205, 243, 89
HSL
75°, 87%, 65%
CMYK
16, 0, 63, 5
Luminance
0.7780
Every format
| HEX | #cdf359 |
| RGB | rgb(205, 243, 89) |
| HSL | hsl(75, 87%, 65%) |
| CMYK | cmyk(16%, 0%, 63%, 5%) |
| LAB | lab(90.7 -33.3 67.7) |
| LCH | lch(90.7 75.5 116.2) |
| OKLCH | oklch(0.908 0.182 122.0) |
Copy-ready code
/* CSS */
color: #cdf359;
background-color: #cdf359;
/* Tailwind (arbitrary) */
class="text-[#cdf359] bg-[#cdf359]"
/* SCSS */
$brand: #cdf359;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.349)
/* Android */
Color.parseColor("#cdf359")Accessibility — WCAG contrast
Aa
#cdf359 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf359 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue34.9%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow63.4%
Key (black)4.7%
Color previews
#cdf359 text on a black background
contrast 16.56:1
Card sample
#cdf359 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf359;
Background color
Panel with #cdf359 background
background-color: #cdf359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf359; background: linear-gradient(135deg, #cdf359, #66F359);