#cdf67d
a light, electric green · cool · closest name: khaki
RGB
205, 246, 125
HSL
80°, 87%, 73%
CMYK
17, 0, 49, 4
Luminance
0.8037
Every format
| HEX | #cdf67d |
| RGB | rgb(205, 246, 125) |
| HSL | hsl(80, 87%, 73%) |
| CMYK | cmyk(17%, 0%, 49%, 4%) |
| LAB | lab(91.8 -31.6 53.5) |
| LCH | lch(91.8 62.1 120.6) |
| OKLCH | oklch(0.919 0.155 124.8) |
Copy-ready code
/* CSS */
color: #cdf67d;
background-color: #cdf67d;
/* Tailwind (arbitrary) */
class="text-[#cdf67d] bg-[#cdf67d]"
/* SCSS */
$brand: #cdf67d;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.490)
/* Android */
Color.parseColor("#cdf67d")Accessibility — WCAG contrast
Aa
#cdf67d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf67d on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue49.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow49.2%
Key (black)3.5%
Color previews
#cdf67d text on a black background
contrast 17.07:1
Card sample
#cdf67d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf67d;
Background color
Panel with #cdf67d background
background-color: #cdf67d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf67d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf67d; background: linear-gradient(135deg, #cdf67d, #7DF67D);