#cdf68b
a light, electric green · cool · closest name: khaki
RGB
205, 246, 139
HSL
83°, 86%, 76%
CMYK
17, 0, 44, 4
Luminance
0.8075
Every format
| HEX | #cdf68b |
| RGB | rgb(205, 246, 139) |
| HSL | hsl(83, 86%, 76%) |
| CMYK | cmyk(17%, 0%, 44%, 4%) |
| LAB | lab(92.0 -30.1 47.1) |
| LCH | lch(92.0 55.9 122.6) |
| OKLCH | oklch(0.921 0.141 126.2) |
Copy-ready code
/* CSS */
color: #cdf68b;
background-color: #cdf68b;
/* Tailwind (arbitrary) */
class="text-[#cdf68b] bg-[#cdf68b]"
/* SCSS */
$brand: #cdf68b;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.545)
/* Android */
Color.parseColor("#cdf68b")Accessibility — WCAG contrast
Aa
#cdf68b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf68b on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue54.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow43.5%
Key (black)3.5%
Color previews
#cdf68b text on a black background
contrast 17.15:1
Card sample
#cdf68b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf68b;
Background color
Panel with #cdf68b background
background-color: #cdf68b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf68b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf68b; background: linear-gradient(135deg, #cdf68b, #8BF690);