#dcf37c
a light, electric green · cool · closest name: khaki
RGB
220, 243, 124
HSL
72°, 83%, 72%
CMYK
10, 0, 49, 5
Luminance
0.8077
Every format
| HEX | #dcf37c |
| RGB | rgb(220, 243, 124) |
| HSL | hsl(72, 83%, 72%) |
| CMYK | cmyk(10%, 0%, 49%, 5%) |
| LAB | lab(92.0 -24.7 54.4) |
| LCH | lch(92.0 59.7 114.4) |
| OKLCH | oklch(0.923 0.147 118.4) |
Copy-ready code
/* CSS */
color: #dcf37c;
background-color: #dcf37c;
/* Tailwind (arbitrary) */
class="text-[#dcf37c] bg-[#dcf37c]"
/* SCSS */
$brand: #dcf37c;
/* SwiftUI */
Color(red: 0.863, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#dcf37c")Accessibility — WCAG contrast
Aa
#dcf37c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf37c on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green95.3%
Blue48.6%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow49.0%
Key (black)4.7%
Color previews
#dcf37c text on a black background
contrast 17.15:1
Card sample
#dcf37c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf37c;
Background color
Panel with #dcf37c background
background-color: #dcf37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf37c; background: linear-gradient(135deg, #dcf37c, #8DF37C);