#d5a592
a light, soft orange · warm · closest name: tan
RGB
213, 165, 146
HSL
17°, 44%, 70%
CMYK
0, 23, 32, 17
Luminance
0.4313
Every format
| HEX | #d5a592 |
| RGB | rgb(213, 165, 146) |
| HSL | hsl(17, 44%, 70%) |
| CMYK | cmyk(0%, 23%, 32%, 17%) |
| LAB | lab(71.7 15.0 16.6) |
| LCH | lch(71.7 22.4 47.9) |
| OKLCH | oklch(0.761 0.063 42.6) |
Copy-ready code
/* CSS */
color: #d5a592;
background-color: #d5a592;
/* Tailwind (arbitrary) */
class="text-[#d5a592] bg-[#d5a592]"
/* SCSS */
$brand: #d5a592;
/* SwiftUI */
Color(red: 0.835, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#d5a592")Accessibility — WCAG contrast
Aa
#d5a592 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5a592 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow31.5%
Key (black)16.5%
Color previews
#d5a592 text on a black background
contrast 9.63:1
Card sample
#d5a592 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5a592;
Background color
Panel with #d5a592 background
background-color: #d5a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5a592; background: linear-gradient(135deg, #d5a592, #D5D292);