#dbcbbc
a light, soft orange · warm · closest name: silver
RGB
219, 203, 188
HSL
29°, 30%, 80%
CMYK
0, 7, 14, 14
Luminance
0.6140
Every format
| HEX | #dbcbbc |
| RGB | rgb(219, 203, 188) |
| HSL | hsl(29, 30%, 80%) |
| CMYK | cmyk(0%, 7%, 14%, 14%) |
| LAB | lab(82.6 3.1 9.5) |
| LCH | lch(82.6 10.0 72.0) |
| OKLCH | oklch(0.851 0.027 65.6) |
Copy-ready code
/* CSS */
color: #dbcbbc;
background-color: #dbcbbc;
/* Tailwind (arbitrary) */
class="text-[#dbcbbc] bg-[#dbcbbc]"
/* SCSS */
$brand: #dbcbbc;
/* SwiftUI */
Color(red: 0.859, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#dbcbbc")Accessibility — WCAG contrast
Aa
#dbcbbc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcbbc on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow14.2%
Key (black)14.1%
Color previews
#dbcbbc text on a black background
contrast 13.28:1
Card sample
#dbcbbc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcbbc;
Background color
Panel with #dbcbbc background
background-color: #dbcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcbbc; background: linear-gradient(135deg, #dbcbbc, #D6DBBC);