#dcdfbf
a light, soft yellow · cool · closest name: beige
RGB
220, 223, 191
HSL
66°, 33%, 81%
CMYK
1, 0, 14, 13
Luminance
0.7175
Every format
| HEX | #dcdfbf |
| RGB | rgb(220, 223, 191) |
| HSL | hsl(66, 33%, 81%) |
| CMYK | cmyk(1%, 0%, 14%, 13%) |
| LAB | lab(87.8 -6.4 15.4) |
| LCH | lch(87.8 16.7 112.7) |
| OKLCH | oklch(0.893 0.043 111.6) |
Copy-ready code
/* CSS */
color: #dcdfbf;
background-color: #dcdfbf;
/* Tailwind (arbitrary) */
class="text-[#dcdfbf] bg-[#dcdfbf]"
/* SCSS */
$brand: #dcdfbf;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#dcdfbf")Accessibility — WCAG contrast
Aa
#dcdfbf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfbf on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue74.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#dcdfbf text on a black background
contrast 15.35:1
Card sample
#dcdfbf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfbf;
Background color
Panel with #dcdfbf background
background-color: #dcdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfbf; background: linear-gradient(135deg, #dcdfbf, #C7DFBF);