#cdff4f
a light, electric green · cool · closest name: yellow
RGB
205, 255, 79
HSL
77°, 100%, 66%
CMYK
20, 0, 69, 0
Luminance
0.8506
Every format
| HEX | #cdff4f |
| RGB | rgb(205, 255, 79) |
| HSL | hsl(77, 100%, 66%) |
| CMYK | cmyk(20%, 0%, 69%, 0%) |
| LAB | lab(93.9 -39.3 74.8) |
| LCH | lch(93.9 84.5 117.7) |
| OKLCH | oklch(0.934 0.203 124.1) |
Copy-ready code
/* CSS */
color: #cdff4f;
background-color: #cdff4f;
/* Tailwind (arbitrary) */
class="text-[#cdff4f] bg-[#cdff4f]"
/* SCSS */
$brand: #cdff4f;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.310)
/* Android */
Color.parseColor("#cdff4f")Accessibility — WCAG contrast
Aa
#cdff4f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff4f on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue31.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow69.0%
Key (black)0.0%
Color previews
#cdff4f text on a black background
contrast 18.01:1
Card sample
#cdff4f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff4f;
Background color
Panel with #cdff4f background
background-color: #cdff4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff4f; background: linear-gradient(135deg, #cdff4f, #58FF4F);