#cdf438
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 56
HSL
72°, 90%, 59%
CMYK
16, 0, 77, 4
Luminance
0.7797
Every format
| HEX | #cdf438 |
| RGB | rgb(205, 244, 56) |
| HSL | hsl(72, 90%, 59%) |
| CMYK | cmyk(16%, 0%, 77%, 4%) |
| LAB | lab(90.8 -35.5 79.2) |
| LCH | lch(90.8 86.8 114.2) |
| OKLCH | oklch(0.908 0.203 121.2) |
Copy-ready code
/* CSS */
color: #cdf438;
background-color: #cdf438;
/* Tailwind (arbitrary) */
class="text-[#cdf438] bg-[#cdf438]"
/* SCSS */
$brand: #cdf438;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.220)
/* Android */
Color.parseColor("#cdf438")Accessibility — WCAG contrast
Aa
#cdf438 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf438 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue22.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow77.0%
Key (black)4.3%
Color previews
#cdf438 text on a black background
contrast 16.59:1
Card sample
#cdf438 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf438;
Background color
Panel with #cdf438 background
background-color: #cdf438;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf438;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf438; background: linear-gradient(135deg, #cdf438, #50F438);