#cdfb8d
a light, electric green · cool · closest name: khaki
RGB
205, 251, 141
HSL
85°, 93%, 77%
CMYK
18, 0, 44, 2
Luminance
0.8390
Every format
| HEX | #cdfb8d |
| RGB | rgb(205, 251, 141) |
| HSL | hsl(85, 93%, 77%) |
| CMYK | cmyk(18%, 0%, 44%, 2%) |
| LAB | lab(93.4 -32.2 47.8) |
| LCH | lch(93.4 57.7 124.0) |
| OKLCH | oklch(0.932 0.146 127.6) |
Copy-ready code
/* CSS */
color: #cdfb8d;
background-color: #cdfb8d;
/* Tailwind (arbitrary) */
class="text-[#cdfb8d] bg-[#cdfb8d]"
/* SCSS */
$brand: #cdfb8d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.553)
/* Android */
Color.parseColor("#cdfb8d")Accessibility — WCAG contrast
Aa
#cdfb8d on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb8d on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue55.3%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow43.8%
Key (black)1.6%
Color previews
#cdfb8d text on a black background
contrast 17.78:1
Card sample
#cdfb8d text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb8d;
Background color
Panel with #cdfb8d background
background-color: #cdfb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb8d; background: linear-gradient(135deg, #cdfb8d, #8DFB97);