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