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