#d3a592
a light, soft orange · warm · closest name: tan
RGB
211, 165, 146
HSL
18°, 43%, 70%
CMYK
0, 22, 31, 17
Luminance
0.4283
Every format
| HEX | #d3a592 |
| RGB | rgb(211, 165, 146) |
| HSL | hsl(18, 43%, 70%) |
| CMYK | cmyk(0%, 22%, 31%, 17%) |
| LAB | lab(71.4 14.3 16.3) |
| LCH | lch(71.4 21.7 48.9) |
| OKLCH | oklch(0.759 0.061 43.5) |
Copy-ready code
/* CSS */
color: #d3a592;
background-color: #d3a592;
/* Tailwind (arbitrary) */
class="text-[#d3a592] bg-[#d3a592]"
/* SCSS */
$brand: #d3a592;
/* SwiftUI */
Color(red: 0.827, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#d3a592")Accessibility — WCAG contrast
Aa
#d3a592 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3a592 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow30.8%
Key (black)17.3%
Color previews
#d3a592 text on a black background
contrast 9.57:1
Card sample
#d3a592 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3a592;
Background color
Panel with #d3a592 background
background-color: #d3a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3a592; background: linear-gradient(135deg, #d3a592, #D3D092);