#d3b792
a light, soft orange · warm · “tan”
RGB
211, 183, 146
HSL
34°, 43%, 70%
CMYK
0, 13, 31, 17
Luminance
0.4979
Every format
| HEX | #d3b792 |
| RGB | rgb(211, 183, 146) |
| HSL | hsl(34, 43%, 70%) |
| CMYK | cmyk(0%, 13%, 31%, 17%) |
| LAB | lab(75.9 4.6 22.5) |
| LCH | lch(75.9 23.0 78.5) |
| OKLCH | oklch(0.794 0.059 74.5) |
Copy-ready code
/* CSS */
color: #d3b792;
background-color: #d3b792;
/* Tailwind (arbitrary) */
class="text-[#d3b792] bg-[#d3b792]"
/* SCSS */
$brand: #d3b792;
/* SwiftUI */
Color(red: 0.827, green: 0.718, blue: 0.573)
/* Android */
Color.parseColor("#d3b792")Accessibility — WCAG contrast
Aa
#d3b792 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b792 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green71.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow30.8%
Key (black)17.3%
Color previews
#d3b792 text on a black background
contrast 10.96:1
Card sample
#d3b792 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b792;
Background color
Panel with #d3b792 background
background-color: #d3b792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 183, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 183, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b792; background: linear-gradient(135deg, #d3b792, #C4D392);