#dcefbc
a light, vivid green · cool · closest name: beige
RGB
220, 239, 188
HSL
82°, 61%, 84%
CMYK
8, 0, 21, 6
Luminance
0.8058
Every format
| HEX | #dcefbc |
| RGB | rgb(220, 239, 188) |
| HSL | hsl(82, 61%, 84%) |
| CMYK | cmyk(8%, 0%, 21%, 6%) |
| LAB | lab(91.9 -14.9 22.6) |
| LCH | lch(91.9 27.1 123.4) |
| OKLCH | oklch(0.925 0.070 124.4) |
Copy-ready code
/* CSS */
color: #dcefbc;
background-color: #dcefbc;
/* Tailwind (arbitrary) */
class="text-[#dcefbc] bg-[#dcefbc]"
/* SCSS */
$brand: #dcefbc;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.737)
/* Android */
Color.parseColor("#dcefbc")Accessibility — WCAG contrast
Aa
#dcefbc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefbc on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue73.7%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow21.3%
Key (black)6.3%
Color previews
#dcefbc text on a black background
contrast 17.12:1
Card sample
#dcefbc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefbc;
Background color
Panel with #dcefbc background
background-color: #dcefbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefbc; background: linear-gradient(135deg, #dcefbc, #BCEFBE);