#cdff18
a balanced, electric green · cool · closest name: yellow
RGB
205, 255, 24
HSL
73°, 100%, 55%
CMYK
20, 0, 91, 0
Luminance
0.8457
Every format
| HEX | #cdff18 |
| RGB | rgb(205, 255, 24) |
| HSL | hsl(73, 100%, 55%) |
| CMYK | cmyk(20%, 0%, 91%, 0%) |
| LAB | lab(93.7 -41.3 88.3) |
| LCH | lch(93.7 97.4 115.1) |
| OKLCH | oklch(0.932 0.225 123.0) |
Copy-ready code
/* CSS */
color: #cdff18;
background-color: #cdff18;
/* Tailwind (arbitrary) */
class="text-[#cdff18] bg-[#cdff18]"
/* SCSS */
$brand: #cdff18;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.094)
/* Android */
Color.parseColor("#cdff18")Accessibility — WCAG contrast
Aa
#cdff18 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff18 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue9.4%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow90.6%
Key (black)0.0%
Color previews
#cdff18 text on a black background
contrast 17.91:1
Card sample
#cdff18 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff18;
Background color
Panel with #cdff18 background
background-color: #cdff18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff18; background: linear-gradient(135deg, #cdff18, #33FF18);