#dbb68f
a light, vivid orange · warm · closest name: tan
RGB
219, 182, 143
HSL
31°, 51%, 71%
CMYK
0, 17, 35, 14
Luminance
0.5050
Every format
| HEX | #dbb68f |
| RGB | rgb(219, 182, 143) |
| HSL | hsl(31, 51%, 71%) |
| CMYK | cmyk(0%, 17%, 35%, 14%) |
| LAB | lab(76.4 7.9 24.9) |
| LCH | lch(76.4 26.1 72.5) |
| OKLCH | oklch(0.799 0.068 68.1) |
Copy-ready code
/* CSS */
color: #dbb68f;
background-color: #dbb68f;
/* Tailwind (arbitrary) */
class="text-[#dbb68f] bg-[#dbb68f]"
/* SCSS */
$brand: #dbb68f;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 0.561)
/* Android */
Color.parseColor("#dbb68f")Accessibility — WCAG contrast
Aa
#dbb68f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb68f on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow34.7%
Key (black)14.1%
Color previews
#dbb68f text on a black background
contrast 11.10:1
Card sample
#dbb68f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb68f;
Background color
Panel with #dbb68f background
background-color: #dbb68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb68f; background: linear-gradient(135deg, #dbb68f, #CDDB8F);