#cdf668
a light, electric green · cool · closest name: khaki
RGB
205, 246, 104
HSL
77°, 89%, 69%
CMYK
17, 0, 58, 4
Luminance
0.7989
Every format
| HEX | #cdf668 |
| RGB | rgb(205, 246, 104) |
| HSL | hsl(77, 89%, 69%) |
| CMYK | cmyk(17%, 0%, 58%, 4%) |
| LAB | lab(91.6 -33.5 62.6) |
| LCH | lch(91.6 71.0 118.2) |
| OKLCH | oklch(0.916 0.174 123.4) |
Copy-ready code
/* CSS */
color: #cdf668;
background-color: #cdf668;
/* Tailwind (arbitrary) */
class="text-[#cdf668] bg-[#cdf668]"
/* SCSS */
$brand: #cdf668;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.408)
/* Android */
Color.parseColor("#cdf668")Accessibility — WCAG contrast
Aa
#cdf668 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf668 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue40.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow57.7%
Key (black)3.5%
Color previews
#cdf668 text on a black background
contrast 16.98:1
Card sample
#cdf668 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf668;
Background color
Panel with #cdf668 background
background-color: #cdf668;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf668;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf668; background: linear-gradient(135deg, #cdf668, #6EF668);