#dca1af
a light, vivid red · warm · closest name: pink
RGB
220, 161, 175
HSL
346°, 46%, 75%
CMYK
0, 27, 21, 14
Luminance
0.4380
Every format
| HEX | #dca1af |
| RGB | rgb(220, 161, 175) |
| HSL | hsl(346, 46%, 75%) |
| CMYK | cmyk(0%, 27%, 21%, 14%) |
| LAB | lab(72.1 23.9 1.4) |
| LCH | lch(72.1 23.9 3.4) |
| OKLCH | oklch(0.769 0.072 3.2) |
Copy-ready code
/* CSS */
color: #dca1af;
background-color: #dca1af;
/* Tailwind (arbitrary) */
class="text-[#dca1af] bg-[#dca1af]"
/* SCSS */
$brand: #dca1af;
/* SwiftUI */
Color(red: 0.863, green: 0.631, blue: 0.686)
/* Android */
Color.parseColor("#dca1af")Accessibility — WCAG contrast
Aa
#dca1af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dca1af on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green63.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow20.5%
Key (black)13.7%
Color previews
#dca1af text on a black background
contrast 9.76:1
Card sample
#dca1af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dca1af;
Background color
Panel with #dca1af background
background-color: #dca1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dca1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 161, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 161, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dca1af; background: linear-gradient(135deg, #dca1af, #DCBAA1);