#cdf968
a light, electric green · cool · closest name: khaki
RGB
205, 249, 104
HSL
78°, 92%, 69%
CMYK
18, 0, 58, 2
Luminance
0.8173
Every format
| HEX | #cdf968 |
| RGB | rgb(205, 249, 104) |
| HSL | hsl(78, 92%, 69%) |
| CMYK | cmyk(18%, 0%, 58%, 2%) |
| LAB | lab(92.5 -34.9 63.5) |
| LCH | lch(92.5 72.5 118.8) |
| OKLCH | oklch(0.923 0.178 124.0) |
Copy-ready code
/* CSS */
color: #cdf968;
background-color: #cdf968;
/* Tailwind (arbitrary) */
class="text-[#cdf968] bg-[#cdf968]"
/* SCSS */
$brand: #cdf968;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.408)
/* Android */
Color.parseColor("#cdf968")Accessibility — WCAG contrast
Aa
#cdf968 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf968 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue40.8%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow58.2%
Key (black)2.4%
Color previews
#cdf968 text on a black background
contrast 17.35:1
Card sample
#cdf968 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf968;
Background color
Panel with #cdf968 background
background-color: #cdf968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf968; background: linear-gradient(135deg, #cdf968, #6CF968);