#dcfecb
a pale, electric green · cool · closest name: beige
RGB
220, 254, 203
HSL
100°, 96%, 90%
CMYK
13, 0, 20, 0
Luminance
0.9041
Every format
| HEX | #dcfecb |
| RGB | rgb(220, 254, 203) |
| HSL | hsl(100, 96%, 90%) |
| CMYK | cmyk(13%, 0%, 20%, 0%) |
| LAB | lab(96.2 -19.9 20.8) |
| LCH | lch(96.2 28.8 133.8) |
| OKLCH | oklch(0.960 0.076 135.2) |
Copy-ready code
/* CSS */
color: #dcfecb;
background-color: #dcfecb;
/* Tailwind (arbitrary) */
class="text-[#dcfecb] bg-[#dcfecb]"
/* SCSS */
$brand: #dcfecb;
/* SwiftUI */
Color(red: 0.863, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#dcfecb")Accessibility — WCAG contrast
Aa
#dcfecb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfecb on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.6%
Blue79.6%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#dcfecb text on a black background
contrast 19.08:1
Card sample
#dcfecb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfecb;
Background color
Panel with #dcfecb background
background-color: #dcfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfecb; background: linear-gradient(135deg, #dcfecb, #CBFEDC);