#dcdfce
a light, soft green · cool · closest name: beige
RGB
220, 223, 206
HSL
71°, 21%, 84%
CMYK
1, 0, 8, 13
Luminance
0.7245
Every format
| HEX | #dcdfce |
| RGB | rgb(220, 223, 206) |
| HSL | hsl(71, 21%, 84%) |
| CMYK | cmyk(1%, 0%, 8%, 13%) |
| LAB | lab(88.2 -4.0 8.0) |
| LCH | lch(88.2 8.9 116.6) |
| OKLCH | oklch(0.897 0.023 115.0) |
Copy-ready code
/* CSS */
color: #dcdfce;
background-color: #dcdfce;
/* Tailwind (arbitrary) */
class="text-[#dcdfce] bg-[#dcdfce]"
/* SCSS */
$brand: #dcdfce;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#dcdfce")Accessibility — WCAG contrast
Aa
#dcdfce on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfce on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue80.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#dcdfce text on a black background
contrast 15.49:1
Card sample
#dcdfce text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfce;
Background color
Panel with #dcdfce background
background-color: #dcdfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfce; background: linear-gradient(135deg, #dcdfce, #D1DFCE);