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