#d09eb2
a light, soft magenta / pink · warm · closest name: pink
RGB
208, 158, 178
HSL
336°, 35%, 72%
CMYK
0, 24, 14, 18
Luminance
0.4108
Every format
| HEX | #d09eb2 |
| RGB | rgb(208, 158, 178) |
| HSL | hsl(336, 35%, 72%) |
| CMYK | cmyk(0%, 24%, 14%, 18%) |
| LAB | lab(70.2 21.7 -3.1) |
| LCH | lch(70.2 21.9 351.8) |
| OKLCH | oklch(0.752 0.065 352.9) |
Copy-ready code
/* CSS */
color: #d09eb2;
background-color: #d09eb2;
/* Tailwind (arbitrary) */
class="text-[#d09eb2] bg-[#d09eb2]"
/* SCSS */
$brand: #d09eb2;
/* SwiftUI */
Color(red: 0.816, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#d09eb2")Accessibility — WCAG contrast
Aa
#d09eb2 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09eb2 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow14.4%
Key (black)18.4%
Color previews
#d09eb2 text on a black background
contrast 9.22:1
Card sample
#d09eb2 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09eb2;
Background color
Panel with #d09eb2 background
background-color: #d09eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09eb2; background: linear-gradient(135deg, #d09eb2, #D0AB9E);