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