#d99f8c
a light, vivid red · warm · closest name: tan
RGB
217, 159, 140
HSL
15°, 50%, 70%
CMYK
0, 27, 36, 15
Luminance
0.4144
Every format
| HEX | #d99f8c |
| RGB | rgb(217, 159, 140) |
| HSL | hsl(15, 50%, 70%) |
| CMYK | cmyk(0%, 27%, 36%, 15%) |
| LAB | lab(70.5 19.1 18.4) |
| LCH | lch(70.5 26.5 44.0) |
| OKLCH | oklch(0.753 0.075 38.9) |
Copy-ready code
/* CSS */
color: #d99f8c;
background-color: #d99f8c;
/* Tailwind (arbitrary) */
class="text-[#d99f8c] bg-[#d99f8c]"
/* SCSS */
$brand: #d99f8c;
/* SwiftUI */
Color(red: 0.851, green: 0.624, blue: 0.549)
/* Android */
Color.parseColor("#d99f8c")Accessibility — WCAG contrast
Aa
#d99f8c on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99f8c on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green62.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow35.5%
Key (black)14.9%
Color previews
#d99f8c text on a black background
contrast 9.29:1
Card sample
#d99f8c text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99f8c;
Background color
Panel with #d99f8c background
background-color: #d99f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 159, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 159, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99f8c; background: linear-gradient(135deg, #d99f8c, #D9D28C);