#cdff5b
a light, electric green · cool · closest name: yellow
RGB
205, 255, 91
HSL
78°, 100%, 68%
CMYK
20, 0, 64, 0
Luminance
0.8525
Every format
| HEX | #cdff5b |
| RGB | rgb(205, 255, 91) |
| HSL | hsl(78, 100%, 68%) |
| CMYK | cmyk(20%, 0%, 64%, 0%) |
| LAB | lab(94.0 -38.6 70.5) |
| LCH | lch(94.0 80.3 118.7) |
| OKLCH | oklch(0.935 0.195 124.6) |
Copy-ready code
/* CSS */
color: #cdff5b;
background-color: #cdff5b;
/* Tailwind (arbitrary) */
class="text-[#cdff5b] bg-[#cdff5b]"
/* SCSS */
$brand: #cdff5b;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.357)
/* Android */
Color.parseColor("#cdff5b")Accessibility — WCAG contrast
Aa
#cdff5b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff5b on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue35.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow64.3%
Key (black)0.0%
Color previews
#cdff5b text on a black background
contrast 18.05:1
Card sample
#cdff5b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff5b;
Background color
Panel with #cdff5b background
background-color: #cdff5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff5b; background: linear-gradient(135deg, #cdff5b, #5FFF5B);