#dcffbc
a pale, electric green · cool · closest name: khaki
RGB
220, 255, 188
HSL
91°, 100%, 87%
CMYK
14, 0, 26, 0
Luminance
0.9037
Every format
| HEX | #dcffbc |
| RGB | rgb(220, 255, 188) |
| HSL | hsl(91, 100%, 87%) |
| CMYK | cmyk(14%, 0%, 26%, 0%) |
| LAB | lab(96.2 -22.7 28.4) |
| LCH | lch(96.2 36.4 128.6) |
| OKLCH | oklch(0.959 0.094 130.4) |
Copy-ready code
/* CSS */
color: #dcffbc;
background-color: #dcffbc;
/* Tailwind (arbitrary) */
class="text-[#dcffbc] bg-[#dcffbc]"
/* SCSS */
$brand: #dcffbc;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#dcffbc")Accessibility — WCAG contrast
Aa
#dcffbc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffbc on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue73.7%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#dcffbc text on a black background
contrast 19.07:1
Card sample
#dcffbc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffbc;
Background color
Panel with #dcffbc background
background-color: #dcffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffbc; background: linear-gradient(135deg, #dcffbc, #BCFFC9);