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