#d3aeaf
a light, soft red · warm · closest name: pink
RGB
211, 174, 175
HSL
358°, 30%, 76%
CMYK
0, 18, 17, 17
Luminance
0.4722
Every format
| HEX | #d3aeaf |
| RGB | rgb(211, 174, 175) |
| HSL | hsl(358, 30%, 76%) |
| CMYK | cmyk(0%, 18%, 17%, 17%) |
| LAB | lab(74.3 13.6 4.5) |
| LCH | lch(74.3 14.3 18.5) |
| OKLCH | oklch(0.784 0.043 16.3) |
Copy-ready code
/* CSS */
color: #d3aeaf;
background-color: #d3aeaf;
/* Tailwind (arbitrary) */
class="text-[#d3aeaf] bg-[#d3aeaf]"
/* SCSS */
$brand: #d3aeaf;
/* SwiftUI */
Color(red: 0.827, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#d3aeaf")Accessibility — WCAG contrast
Aa
#d3aeaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3aeaf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow17.1%
Key (black)17.3%
Color previews
#d3aeaf text on a black background
contrast 10.44:1
Card sample
#d3aeaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3aeaf;
Background color
Panel with #d3aeaf background
background-color: #d3aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3aeaf; background: linear-gradient(135deg, #d3aeaf, #D3C6AE);