#dcffeb
a pale, electric green · cool · closest name: beige
RGB
220, 255, 235
HSL
146°, 100%, 93%
CMYK
14, 0, 8, 0
Luminance
0.9273
Every format
| HEX | #dcffeb |
| RGB | rgb(220, 255, 235) |
| HSL | hsl(146, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 8%, 0%) |
| LAB | lab(97.1 -15.0 5.8) |
| LCH | lch(97.1 16.1 158.9) |
| OKLCH | oklch(0.970 0.045 160.4) |
Copy-ready code
/* CSS */
color: #dcffeb;
background-color: #dcffeb;
/* Tailwind (arbitrary) */
class="text-[#dcffeb] bg-[#dcffeb]"
/* SCSS */
$brand: #dcffeb;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#dcffeb")Accessibility — WCAG contrast
Aa
#dcffeb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffeb on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue92.2%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#dcffeb text on a black background
contrast 19.55:1
Card sample
#dcffeb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffeb;
Background color
Panel with #dcffeb background
background-color: #dcffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffeb; background: linear-gradient(135deg, #dcffeb, #DCFCFF);