#dbdfab
a light, soft yellow · cool · closest name: beige
RGB
219, 223, 171
HSL
65°, 45%, 77%
CMYK
2, 0, 23, 13
Luminance
0.7078
Every format
| HEX | #dbdfab |
| RGB | rgb(219, 223, 171) |
| HSL | hsl(65, 45%, 77%) |
| CMYK | cmyk(2%, 0%, 23%, 13%) |
| LAB | lab(87.4 -9.8 25.1) |
| LCH | lch(87.4 26.9 111.2) |
| OKLCH | oklch(0.888 0.068 111.4) |
Copy-ready code
/* CSS */
color: #dbdfab;
background-color: #dbdfab;
/* Tailwind (arbitrary) */
class="text-[#dbdfab] bg-[#dbdfab]"
/* SCSS */
$brand: #dbdfab;
/* SwiftUI */
Color(red: 0.859, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#dbdfab")Accessibility — WCAG contrast
Aa
#dbdfab on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdfab on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green87.5%
Blue67.1%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#dbdfab text on a black background
contrast 15.16:1
Card sample
#dbdfab text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdfab;
Background color
Panel with #dbdfab background
background-color: #dbdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdfab; background: linear-gradient(135deg, #dbdfab, #B8DFAB);