#dfdabe
a light, soft yellow · cool · closest name: beige
RGB
223, 218, 190
HSL
51°, 34%, 81%
CMYK
0, 2, 15, 13
Luminance
0.6955
Every format
| HEX | #dfdabe |
| RGB | rgb(223, 218, 190) |
| HSL | hsl(51, 34%, 81%) |
| CMYK | cmyk(0%, 2%, 15%, 13%) |
| LAB | lab(86.8 -2.9 14.4) |
| LCH | lch(86.8 14.7 101.5) |
| OKLCH | oklch(0.885 0.038 98.8) |
Copy-ready code
/* CSS */
color: #dfdabe;
background-color: #dfdabe;
/* Tailwind (arbitrary) */
class="text-[#dfdabe] bg-[#dfdabe]"
/* SCSS */
$brand: #dfdabe;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.745)
/* Android */
Color.parseColor("#dfdabe")Accessibility — WCAG contrast
Aa
#dfdabe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdabe on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow14.8%
Key (black)12.5%
Color previews
#dfdabe text on a black background
contrast 14.91:1
Card sample
#dfdabe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdabe;
Background color
Panel with #dfdabe background
background-color: #dfdabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdabe; background: linear-gradient(135deg, #dfdabe, #CEDFBE);