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