#cdf47b
a light, electric green · cool · closest name: khaki
RGB
205, 244, 123
HSL
79°, 85%, 72%
CMYK
16, 0, 50, 4
Luminance
0.7911
Every format
| HEX | #cdf47b |
| RGB | rgb(205, 244, 123) |
| HSL | hsl(79, 85%, 72%) |
| CMYK | cmyk(16%, 0%, 50%, 4%) |
| LAB | lab(91.3 -30.9 53.7) |
| LCH | lch(91.3 62.0 119.9) |
| OKLCH | oklch(0.914 0.154 124.2) |
Copy-ready code
/* CSS */
color: #cdf47b;
background-color: #cdf47b;
/* Tailwind (arbitrary) */
class="text-[#cdf47b] bg-[#cdf47b]"
/* SCSS */
$brand: #cdf47b;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.482)
/* Android */
Color.parseColor("#cdf47b")Accessibility — WCAG contrast
Aa
#cdf47b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf47b on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue48.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow49.6%
Key (black)4.3%
Color previews
#cdf47b text on a black background
contrast 16.82:1
Card sample
#cdf47b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf47b;
Background color
Panel with #cdf47b background
background-color: #cdf47b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf47b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf47b; background: linear-gradient(135deg, #cdf47b, #7DF47B);