#cdf68f
a light, electric green · cool · closest name: khaki
RGB
205, 246, 143
HSL
84°, 85%, 76%
CMYK
17, 0, 42, 4
Luminance
0.8087
Every format
| HEX | #cdf68f |
| RGB | rgb(205, 246, 143) |
| HSL | hsl(84, 85%, 76%) |
| CMYK | cmyk(17%, 0%, 42%, 4%) |
| LAB | lab(92.1 -29.7 45.2) |
| LCH | lch(92.1 54.1 123.3) |
| OKLCH | oklch(0.921 0.137 126.7) |
Copy-ready code
/* CSS */
color: #cdf68f;
background-color: #cdf68f;
/* Tailwind (arbitrary) */
class="text-[#cdf68f] bg-[#cdf68f]"
/* SCSS */
$brand: #cdf68f;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.561)
/* Android */
Color.parseColor("#cdf68f")Accessibility — WCAG contrast
Aa
#cdf68f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf68f on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue56.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow41.9%
Key (black)3.5%
Color previews
#cdf68f text on a black background
contrast 17.17:1
Card sample
#cdf68f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf68f;
Background color
Panel with #cdf68f background
background-color: #cdf68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf68f; background: linear-gradient(135deg, #cdf68f, #8FF696);