#dfbe7f
a light, vivid orange · warm · closest name: tan
RGB
223, 190, 127
HSL
39°, 60%, 69%
CMYK
0, 15, 43, 13
Luminance
0.5405
Every format
| HEX | #dfbe7f |
| RGB | rgb(223, 190, 127) |
| HSL | hsl(39, 60%, 69%) |
| CMYK | cmyk(0%, 15%, 43%, 13%) |
| LAB | lab(78.5 3.4 36.1) |
| LCH | lch(78.5 36.3 84.6) |
| OKLCH | oklch(0.816 0.089 83.0) |
Copy-ready code
/* CSS */
color: #dfbe7f;
background-color: #dfbe7f;
/* Tailwind (arbitrary) */
class="text-[#dfbe7f] bg-[#dfbe7f]"
/* SCSS */
$brand: #dfbe7f;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.498)
/* Android */
Color.parseColor("#dfbe7f")Accessibility — WCAG contrast
Aa
#dfbe7f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe7f on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow43.0%
Key (black)12.5%
Color previews
#dfbe7f text on a black background
contrast 11.81:1
Card sample
#dfbe7f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe7f;
Background color
Panel with #dfbe7f background
background-color: #dfbe7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe7f; background: linear-gradient(135deg, #dfbe7f, #C0DF7F);