#dcdcbf
a light, soft yellow · cool · closest name: beige
RGB
220, 220, 191
HSL
60°, 29%, 81%
CMYK
0, 0, 13, 14
Luminance
0.7016
Every format
| HEX | #dcdcbf |
| RGB | rgb(220, 220, 191) |
| HSL | hsl(60, 29%, 81%) |
| CMYK | cmyk(0%, 0%, 13%, 14%) |
| LAB | lab(87.1 -4.9 14.3) |
| LCH | lch(87.1 15.1 108.9) |
| OKLCH | oklch(0.887 0.039 107.2) |
Copy-ready code
/* CSS */
color: #dcdcbf;
background-color: #dcdcbf;
/* Tailwind (arbitrary) */
class="text-[#dcdcbf] bg-[#dcdcbf]"
/* SCSS */
$brand: #dcdcbf;
/* SwiftUI */
Color(red: 0.863, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#dcdcbf")Accessibility — WCAG contrast
Aa
#dcdcbf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdcbf on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green86.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#dcdcbf text on a black background
contrast 15.03:1
Card sample
#dcdcbf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdcbf;
Background color
Panel with #dcdcbf background
background-color: #dcdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdcbf; background: linear-gradient(135deg, #dcdcbf, #C9DCBF);