#cdf688
a light, electric green · cool · closest name: khaki
RGB
205, 246, 136
HSL
82°, 86%, 75%
CMYK
17, 0, 45, 4
Luminance
0.8067
Every format
| HEX | #cdf688 |
| RGB | rgb(205, 246, 136) |
| HSL | hsl(82, 86%, 75%) |
| CMYK | cmyk(17%, 0%, 45%, 4%) |
| LAB | lab(92.0 -30.5 48.5) |
| LCH | lch(92.0 57.2 122.2) |
| OKLCH | oklch(0.920 0.144 125.9) |
Copy-ready code
/* CSS */
color: #cdf688;
background-color: #cdf688;
/* Tailwind (arbitrary) */
class="text-[#cdf688] bg-[#cdf688]"
/* SCSS */
$brand: #cdf688;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.533)
/* Android */
Color.parseColor("#cdf688")Accessibility — WCAG contrast
Aa
#cdf688 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf688 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue53.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow44.7%
Key (black)3.5%
Color previews
#cdf688 text on a black background
contrast 17.13:1
Card sample
#cdf688 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf688;
Background color
Panel with #cdf688 background
background-color: #cdf688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf688; background: linear-gradient(135deg, #cdf688, #88F68C);