#d3afab
a light, soft red · warm · closest name: silver
RGB
211, 175, 171
HSL
6°, 31%, 75%
CMYK
0, 17, 19, 17
Luminance
0.4745
Every format
| HEX | #d3afab |
| RGB | rgb(211, 175, 171) |
| HSL | hsl(6, 31%, 75%) |
| CMYK | cmyk(0%, 17%, 19%, 17%) |
| LAB | lab(74.5 12.4 6.9) |
| LCH | lch(74.5 14.2 29.2) |
| OKLCH | oklch(0.785 0.043 25.5) |
Copy-ready code
/* CSS */
color: #d3afab;
background-color: #d3afab;
/* Tailwind (arbitrary) */
class="text-[#d3afab] bg-[#d3afab]"
/* SCSS */
$brand: #d3afab;
/* SwiftUI */
Color(red: 0.827, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#d3afab")Accessibility — WCAG contrast
Aa
#d3afab on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3afab on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow19.0%
Key (black)17.3%
Color previews
#d3afab text on a black background
contrast 10.49:1
Card sample
#d3afab text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3afab;
Background color
Panel with #d3afab background
background-color: #d3afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3afab; background: linear-gradient(135deg, #d3afab, #D3CAAB);