#cdff44
a balanced, electric green · cool · closest name: yellow
RGB
205, 255, 68
HSL
76°, 100%, 63%
CMYK
20, 0, 73, 0
Luminance
0.8492
Every format
| HEX | #cdff44 |
| RGB | rgb(205, 255, 68) |
| HSL | hsl(76, 100%, 63%) |
| CMYK | cmyk(20%, 0%, 73%, 0%) |
| LAB | lab(93.8 -39.9 78.4) |
| LCH | lch(93.8 88.0 117.0) |
| OKLCH | oklch(0.933 0.209 123.8) |
Copy-ready code
/* CSS */
color: #cdff44;
background-color: #cdff44;
/* Tailwind (arbitrary) */
class="text-[#cdff44] bg-[#cdff44]"
/* SCSS */
$brand: #cdff44;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.267)
/* Android */
Color.parseColor("#cdff44")Accessibility — WCAG contrast
Aa
#cdff44 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff44 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue26.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow73.3%
Key (black)0.0%
Color previews
#cdff44 text on a black background
contrast 17.98:1
Card sample
#cdff44 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff44;
Background color
Panel with #cdff44 background
background-color: #cdff44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff44; background: linear-gradient(135deg, #cdff44, #50FF44);