#cdfc8b
a light, electric green · cool · closest name: khaki
RGB
205, 252, 139
HSL
85°, 95%, 77%
CMYK
19, 0, 45, 1
Luminance
0.8446
Every format
| HEX | #cdfc8b |
| RGB | rgb(205, 252, 139) |
| HSL | hsl(85, 95%, 77%) |
| CMYK | cmyk(19%, 0%, 45%, 1%) |
| LAB | lab(93.7 -32.9 49.1) |
| LCH | lch(93.7 59.1 123.8) |
| OKLCH | oklch(0.934 0.150 127.6) |
Copy-ready code
/* CSS */
color: #cdfc8b;
background-color: #cdfc8b;
/* Tailwind (arbitrary) */
class="text-[#cdfc8b] bg-[#cdfc8b]"
/* SCSS */
$brand: #cdfc8b;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.545)
/* Android */
Color.parseColor("#cdfc8b")Accessibility — WCAG contrast
Aa
#cdfc8b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc8b on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue54.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow44.8%
Key (black)1.2%
Color previews
#cdfc8b text on a black background
contrast 17.89:1
Card sample
#cdfc8b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc8b;
Background color
Panel with #cdfc8b background
background-color: #cdfc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc8b; background: linear-gradient(135deg, #cdfc8b, #8BFC95);