#cdf76b
a light, electric green · cool · closest name: khaki
RGB
205, 247, 107
HSL
78°, 90%, 69%
CMYK
17, 0, 57, 3
Luminance
0.8056
Every format
| HEX | #cdf76b |
| RGB | rgb(205, 247, 107) |
| HSL | hsl(78, 90%, 69%) |
| CMYK | cmyk(17%, 0%, 57%, 3%) |
| LAB | lab(91.9 -33.7 61.6) |
| LCH | lch(91.9 70.3 118.7) |
| OKLCH | oklch(0.919 0.173 123.8) |
Copy-ready code
/* CSS */
color: #cdf76b;
background-color: #cdf76b;
/* Tailwind (arbitrary) */
class="text-[#cdf76b] bg-[#cdf76b]"
/* SCSS */
$brand: #cdf76b;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.420)
/* Android */
Color.parseColor("#cdf76b")Accessibility — WCAG contrast
Aa
#cdf76b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf76b on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue42.0%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow56.7%
Key (black)3.1%
Color previews
#cdf76b text on a black background
contrast 17.11:1
Card sample
#cdf76b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf76b;
Background color
Panel with #cdf76b background
background-color: #cdf76b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf76b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf76b; background: linear-gradient(135deg, #cdf76b, #70F76B);