#cdf844
a balanced, electric green · cool · closest name: yellow
RGB
205, 248, 68
HSL
74°, 93%, 62%
CMYK
17, 0, 73, 3
Luminance
0.8053
Every format
| HEX | #cdf844 |
| RGB | rgb(205, 248, 68) |
| HSL | hsl(74, 93%, 62%) |
| CMYK | cmyk(17%, 0%, 73%, 3%) |
| LAB | lab(91.9 -36.8 76.6) |
| LCH | lch(91.9 85.0 115.6) |
| OKLCH | oklch(0.918 0.201 122.4) |
Copy-ready code
/* CSS */
color: #cdf844;
background-color: #cdf844;
/* Tailwind (arbitrary) */
class="text-[#cdf844] bg-[#cdf844]"
/* SCSS */
$brand: #cdf844;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.267)
/* Android */
Color.parseColor("#cdf844")Accessibility — WCAG contrast
Aa
#cdf844 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf844 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue26.7%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow72.6%
Key (black)2.7%
Color previews
#cdf844 text on a black background
contrast 17.11:1
Card sample
#cdf844 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf844;
Background color
Panel with #cdf844 background
background-color: #cdf844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf844; background: linear-gradient(135deg, #cdf844, #55F844);