#dcdfbc
a light, soft yellow · cool · closest name: beige
RGB
220, 223, 188
HSL
65°, 35%, 81%
CMYK
1, 0, 16, 13
Luminance
0.7162
Every format
| HEX | #dcdfbc |
| RGB | rgb(220, 223, 188) |
| HSL | hsl(65, 35%, 81%) |
| CMYK | cmyk(1%, 0%, 16%, 13%) |
| LAB | lab(87.8 -6.9 16.9) |
| LCH | lch(87.8 18.2 112.2) |
| OKLCH | oklch(0.892 0.047 111.3) |
Copy-ready code
/* CSS */
color: #dcdfbc;
background-color: #dcdfbc;
/* Tailwind (arbitrary) */
class="text-[#dcdfbc] bg-[#dcdfbc]"
/* SCSS */
$brand: #dcdfbc;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#dcdfbc")Accessibility — WCAG contrast
Aa
#dcdfbc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfbc on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue73.7%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#dcdfbc text on a black background
contrast 15.32:1
Card sample
#dcdfbc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfbc;
Background color
Panel with #dcdfbc background
background-color: #dcdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfbc; background: linear-gradient(135deg, #dcdfbc, #C5DFBC);