#dbdccb
a light, soft yellow · cool · closest name: beige
RGB
219, 220, 203
HSL
64°, 20%, 83%
CMYK
1, 0, 8, 14
Luminance
0.7056
Every format
| HEX | #dbdccb |
| RGB | rgb(219, 220, 203) |
| HSL | hsl(64, 20%, 83%) |
| CMYK | cmyk(1%, 0%, 8%, 14%) |
| LAB | lab(87.3 -3.3 8.2) |
| LCH | lch(87.3 8.9 111.8) |
| OKLCH | oklch(0.889 0.023 109.6) |
Copy-ready code
/* CSS */
color: #dbdccb;
background-color: #dbdccb;
/* Tailwind (arbitrary) */
class="text-[#dbdccb] bg-[#dbdccb]"
/* SCSS */
$brand: #dbdccb;
/* SwiftUI */
Color(red: 0.859, green: 0.863, blue: 0.796)
/* Android */
Color.parseColor("#dbdccb")Accessibility — WCAG contrast
Aa
#dbdccb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdccb on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.3%
Blue79.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow7.7%
Key (black)13.7%
Color previews
#dbdccb text on a black background
contrast 15.11:1
Card sample
#dbdccb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdccb;
Background color
Panel with #dbdccb background
background-color: #dbdccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 220, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 220, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdccb; background: linear-gradient(135deg, #dbdccb, #D0DCCB);