#cdf18f
a light, electric green · cool · closest name: khaki
RGB
205, 241, 143
HSL
82°, 78%, 75%
CMYK
15, 0, 41, 6
Luminance
0.7787
Every format
| HEX | #cdf18f |
| RGB | rgb(205, 241, 143) |
| HSL | hsl(82, 78%, 75%) |
| CMYK | cmyk(15%, 0%, 41%, 6%) |
| LAB | lab(90.7 -27.3 43.5) |
| LCH | lch(90.7 51.4 122.2) |
| OKLCH | oklch(0.910 0.130 125.4) |
Copy-ready code
/* CSS */
color: #cdf18f;
background-color: #cdf18f;
/* Tailwind (arbitrary) */
class="text-[#cdf18f] bg-[#cdf18f]"
/* SCSS */
$brand: #cdf18f;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.561)
/* Android */
Color.parseColor("#cdf18f")Accessibility — WCAG contrast
Aa
#cdf18f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf18f on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue56.1%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow40.7%
Key (black)5.5%
Color previews
#cdf18f text on a black background
contrast 16.57:1
Card sample
#cdf18f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf18f;
Background color
Panel with #cdf18f background
background-color: #cdf18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf18f; background: linear-gradient(135deg, #cdf18f, #8FF192);