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