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