#cdff6b
a light, electric green · cool · closest name: yellow
RGB
205, 255, 107
HSL
80°, 100%, 71%
CMYK
20, 0, 58, 0
Luminance
0.8556
Every format
| HEX | #cdff6b |
| RGB | rgb(205, 255, 107) |
| HSL | hsl(80, 100%, 71%) |
| CMYK | cmyk(20%, 0%, 58%, 0%) |
| LAB | lab(94.1 -37.4 64.1) |
| LCH | lch(94.1 74.2 120.2) |
| OKLCH | oklch(0.936 0.183 125.5) |
Copy-ready code
/* CSS */
color: #cdff6b;
background-color: #cdff6b;
/* Tailwind (arbitrary) */
class="text-[#cdff6b] bg-[#cdff6b]"
/* SCSS */
$brand: #cdff6b;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.420)
/* Android */
Color.parseColor("#cdff6b")Accessibility — WCAG contrast
Aa
#cdff6b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff6b on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue42.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow58.0%
Key (black)0.0%
Color previews
#cdff6b text on a black background
contrast 18.11:1
Card sample
#cdff6b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff6b;
Background color
Panel with #cdff6b background
background-color: #cdff6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff6b; background: linear-gradient(135deg, #cdff6b, #6BFF6C);