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