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