#d3af9b
a light, soft orange · warm · closest name: tan
RGB
211, 175, 155
HSL
21°, 39%, 72%
CMYK
0, 17, 27, 17
Luminance
0.4688
Every format
| HEX | #d3af9b |
| RGB | rgb(211, 175, 155) |
| HSL | hsl(21, 39%, 72%) |
| CMYK | cmyk(0%, 17%, 27%, 17%) |
| LAB | lab(74.1 10.1 15.2) |
| LCH | lch(74.1 18.2 56.4) |
| OKLCH | oklch(0.781 0.051 50.7) |
Copy-ready code
/* CSS */
color: #d3af9b;
background-color: #d3af9b;
/* Tailwind (arbitrary) */
class="text-[#d3af9b] bg-[#d3af9b]"
/* SCSS */
$brand: #d3af9b;
/* SwiftUI */
Color(red: 0.827, green: 0.686, blue: 0.608)
/* Android */
Color.parseColor("#d3af9b")Accessibility — WCAG contrast
Aa
#d3af9b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3af9b on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green68.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow26.5%
Key (black)17.3%
Color previews
#d3af9b text on a black background
contrast 10.38:1
Card sample
#d3af9b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3af9b;
Background color
Panel with #d3af9b background
background-color: #d3af9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3af9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 175, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 175, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3af9b; background: linear-gradient(135deg, #d3af9b, #D2D39B);