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