#dcfda5
a light, electric green · cool · closest name: khaki
RGB
220, 253, 165
HSL
83°, 96%, 82%
CMYK
13, 0, 35, 1
Luminance
0.8818
Every format
| HEX | #dcfda5 |
| RGB | rgb(220, 253, 165) |
| HSL | hsl(83, 96%, 82%) |
| CMYK | cmyk(13%, 0%, 35%, 1%) |
| LAB | lab(95.2 -24.9 38.7) |
| LCH | lch(95.2 46.0 122.8) |
| OKLCH | oklch(0.950 0.117 125.3) |
Copy-ready code
/* CSS */
color: #dcfda5;
background-color: #dcfda5;
/* Tailwind (arbitrary) */
class="text-[#dcfda5] bg-[#dcfda5]"
/* SCSS */
$brand: #dcfda5;
/* SwiftUI */
Color(red: 0.863, green: 0.992, blue: 0.647)
/* Android */
Color.parseColor("#dcfda5")Accessibility — WCAG contrast
Aa
#dcfda5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfda5 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.2%
Blue64.7%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow34.8%
Key (black)0.8%
Color previews
#dcfda5 text on a black background
contrast 18.64:1
Card sample
#dcfda5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfda5;
Background color
Panel with #dcfda5 background
background-color: #dcfda5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfda5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 253, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 253, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfda5; background: linear-gradient(135deg, #dcfda5, #A5FDA9);