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