#dfd1ba
a light, soft orange · warm · closest name: beige
RGB
223, 209, 186
HSL
37°, 37%, 80%
CMYK
0, 6, 17, 13
Luminance
0.6483
Every format
| HEX | #dfd1ba |
| RGB | rgb(223, 209, 186) |
| HSL | hsl(37, 37%, 80%) |
| CMYK | cmyk(0%, 6%, 17%, 13%) |
| LAB | lab(84.4 1.1 13.2) |
| LCH | lch(84.4 13.2 85.2) |
| OKLCH | oklch(0.866 0.035 80.3) |
Copy-ready code
/* CSS */
color: #dfd1ba;
background-color: #dfd1ba;
/* Tailwind (arbitrary) */
class="text-[#dfd1ba] bg-[#dfd1ba]"
/* SCSS */
$brand: #dfd1ba;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.729)
/* Android */
Color.parseColor("#dfd1ba")Accessibility — WCAG contrast
Aa
#dfd1ba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd1ba on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow16.6%
Key (black)12.5%
Color previews
#dfd1ba text on a black background
contrast 13.97:1
Card sample
#dfd1ba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd1ba;
Background color
Panel with #dfd1ba background
background-color: #dfd1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd1ba; background: linear-gradient(135deg, #dfd1ba, #D4DFBA);