#cdf48f
a light, electric green · cool · closest name: khaki
RGB
205, 244, 143
HSL
83°, 82%, 76%
CMYK
16, 0, 41, 4
Luminance
0.7966
Every format
| HEX | #cdf48f |
| RGB | rgb(205, 244, 143) |
| HSL | hsl(83, 82%, 76%) |
| CMYK | cmyk(16%, 0%, 41%, 4%) |
| LAB | lab(91.5 -28.8 44.5) |
| LCH | lch(91.5 53.0 122.9) |
| OKLCH | oklch(0.917 0.134 126.2) |
Copy-ready code
/* CSS */
color: #cdf48f;
background-color: #cdf48f;
/* Tailwind (arbitrary) */
class="text-[#cdf48f] bg-[#cdf48f]"
/* SCSS */
$brand: #cdf48f;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.561)
/* Android */
Color.parseColor("#cdf48f")Accessibility — WCAG contrast
Aa
#cdf48f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf48f on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue56.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow41.4%
Key (black)4.3%
Color previews
#cdf48f text on a black background
contrast 16.93:1
Card sample
#cdf48f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf48f;
Background color
Panel with #cdf48f background
background-color: #cdf48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf48f; background: linear-gradient(135deg, #cdf48f, #8FF494);