#dcffba
a pale, electric green · cool · closest name: khaki
RGB
220, 255, 186
HSL
90°, 100%, 87%
CMYK
14, 0, 27, 0
Luminance
0.9028
Every format
| HEX | #dcffba |
| RGB | rgb(220, 255, 186) |
| HSL | hsl(90, 100%, 87%) |
| CMYK | cmyk(14%, 0%, 27%, 0%) |
| LAB | lab(96.1 -23.0 29.4) |
| LCH | lch(96.1 37.3 128.1) |
| OKLCH | oklch(0.958 0.097 129.9) |
Copy-ready code
/* CSS */
color: #dcffba;
background-color: #dcffba;
/* Tailwind (arbitrary) */
class="text-[#dcffba] bg-[#dcffba]"
/* SCSS */
$brand: #dcffba;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#dcffba")Accessibility — WCAG contrast
Aa
#dcffba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffba on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue72.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#dcffba text on a black background
contrast 19.06:1
Card sample
#dcffba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffba;
Background color
Panel with #dcffba background
background-color: #dcffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffba; background: linear-gradient(135deg, #dcffba, #BAFFC6);