#cdfb6d
a light, electric green · cool · closest name: khaki
RGB
205, 251, 109
HSL
79°, 95%, 71%
CMYK
18, 0, 57, 2
Luminance
0.8308
Every format
| HEX | #cdfb6d |
| RGB | rgb(205, 251, 109) |
| HSL | hsl(79, 95%, 71%) |
| CMYK | cmyk(18%, 0%, 57%, 2%) |
| LAB | lab(93.0 -35.4 62.0) |
| LCH | lch(93.0 71.4 119.7) |
| OKLCH | oklch(0.928 0.176 124.8) |
Copy-ready code
/* CSS */
color: #cdfb6d;
background-color: #cdfb6d;
/* Tailwind (arbitrary) */
class="text-[#cdfb6d] bg-[#cdfb6d]"
/* SCSS */
$brand: #cdfb6d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.427)
/* Android */
Color.parseColor("#cdfb6d")Accessibility — WCAG contrast
Aa
#cdfb6d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb6d on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue42.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow56.6%
Key (black)1.6%
Color previews
#cdfb6d text on a black background
contrast 17.62:1
Card sample
#cdfb6d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb6d;
Background color
Panel with #cdfb6d background
background-color: #cdfb6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb6d; background: linear-gradient(135deg, #cdfb6d, #6EFB6D);