#dfbe8f
a light, vivid orange · warm · closest name: tan
RGB
223, 190, 143
HSL
35°, 56%, 72%
CMYK
0, 15, 36, 13
Luminance
0.5450
Every format
| HEX | #dfbe8f |
| RGB | rgb(223, 190, 143) |
| HSL | hsl(35, 56%, 72%) |
| CMYK | cmyk(0%, 15%, 36%, 13%) |
| LAB | lab(78.8 5.2 28.1) |
| LCH | lch(78.8 28.6 79.5) |
| OKLCH | oklch(0.819 0.072 76.2) |
Copy-ready code
/* CSS */
color: #dfbe8f;
background-color: #dfbe8f;
/* Tailwind (arbitrary) */
class="text-[#dfbe8f] bg-[#dfbe8f]"
/* SCSS */
$brand: #dfbe8f;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.561)
/* Android */
Color.parseColor("#dfbe8f")Accessibility — WCAG contrast
Aa
#dfbe8f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe8f on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow35.9%
Key (black)12.5%
Color previews
#dfbe8f text on a black background
contrast 11.90:1
Card sample
#dfbe8f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe8f;
Background color
Panel with #dfbe8f background
background-color: #dfbe8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe8f; background: linear-gradient(135deg, #dfbe8f, #CBDF8F);