#d3afb3
a light, soft red · warm · closest name: pink
RGB
211, 175, 179
HSL
353°, 29%, 76%
CMYK
0, 17, 15, 17
Luminance
0.4776
Every format
| HEX | #d3afb3 |
| RGB | rgb(211, 175, 179) |
| HSL | hsl(353, 29%, 76%) |
| CMYK | cmyk(0%, 17%, 15%, 17%) |
| LAB | lab(74.7 13.7 2.9) |
| LCH | lch(74.7 14.0 11.8) |
| OKLCH | oklch(0.787 0.042 10.5) |
Copy-ready code
/* CSS */
color: #d3afb3;
background-color: #d3afb3;
/* Tailwind (arbitrary) */
class="text-[#d3afb3] bg-[#d3afb3]"
/* SCSS */
$brand: #d3afb3;
/* SwiftUI */
Color(red: 0.827, green: 0.686, blue: 0.702)
/* Android */
Color.parseColor("#d3afb3")Accessibility — WCAG contrast
Aa
#d3afb3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3afb3 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green68.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow15.2%
Key (black)17.3%
Color previews
#d3afb3 text on a black background
contrast 10.55:1
Card sample
#d3afb3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3afb3;
Background color
Panel with #d3afb3 background
background-color: #d3afb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3afb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 175, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 175, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3afb3; background: linear-gradient(135deg, #d3afb3, #D3C3AF);