#d7aeaf
a light, soft red · warm · closest name: pink
RGB
215, 174, 175
HSL
359°, 34%, 76%
CMYK
0, 19, 19, 16
Luminance
0.4781
Every format
| HEX | #d7aeaf |
| RGB | rgb(215, 174, 175) |
| HSL | hsl(359, 34%, 76%) |
| CMYK | cmyk(0%, 19%, 19%, 16%) |
| LAB | lab(74.7 15.0 5.1) |
| LCH | lch(74.7 15.9 18.9) |
| OKLCH | oklch(0.788 0.048 16.6) |
Copy-ready code
/* CSS */
color: #d7aeaf;
background-color: #d7aeaf;
/* Tailwind (arbitrary) */
class="text-[#d7aeaf] bg-[#d7aeaf]"
/* SCSS */
$brand: #d7aeaf;
/* SwiftUI */
Color(red: 0.843, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#d7aeaf")Accessibility — WCAG contrast
Aa
#d7aeaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7aeaf on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow18.6%
Key (black)15.7%
Color previews
#d7aeaf text on a black background
contrast 10.56:1
Card sample
#d7aeaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7aeaf;
Background color
Panel with #d7aeaf background
background-color: #d7aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7aeaf; background: linear-gradient(135deg, #d7aeaf, #D7C8AE);