#dbcfac
a light, soft yellow · warm · closest name: tan
RGB
219, 207, 172
HSL
45°, 40%, 77%
CMYK
0, 6, 22, 14
Luminance
0.6266
Every format
| HEX | #dbcfac |
| RGB | rgb(219, 207, 172) |
| HSL | hsl(45, 40%, 77%) |
| CMYK | cmyk(0%, 6%, 22%, 14%) |
| LAB | lab(83.3 -1.4 18.9) |
| LCH | lch(83.3 19.0 94.3) |
| OKLCH | oklch(0.855 0.049 91.3) |
Copy-ready code
/* CSS */
color: #dbcfac;
background-color: #dbcfac;
/* Tailwind (arbitrary) */
class="text-[#dbcfac] bg-[#dbcfac]"
/* SCSS */
$brand: #dbcfac;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#dbcfac")Accessibility — WCAG contrast
Aa
#dbcfac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcfac on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow21.5%
Key (black)14.1%
Color previews
#dbcfac text on a black background
contrast 13.53:1
Card sample
#dbcfac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcfac;
Background color
Panel with #dbcfac background
background-color: #dbcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcfac; background: linear-gradient(135deg, #dbcfac, #C8DBAC);