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