#d96eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
217, 110, 176
HSL
323°, 59%, 64%
CMYK
0, 49, 19, 15
Luminance
0.2904
Every format
| HEX | #d96eb0 |
| RGB | rgb(217, 110, 176) |
| HSL | hsl(323, 59%, 64%) |
| CMYK | cmyk(0%, 49%, 19%, 15%) |
| LAB | lab(60.8 49.8 -15.9) |
| LCH | lch(60.8 52.3 342.3) |
| OKLCH | oklch(0.682 0.154 344.1) |
Copy-ready code
/* CSS */
color: #d96eb0;
background-color: #d96eb0;
/* Tailwind (arbitrary) */
class="text-[#d96eb0] bg-[#d96eb0]"
/* SCSS */
$brand: #d96eb0;
/* SwiftUI */
Color(red: 0.851, green: 0.431, blue: 0.690)
/* Android */
Color.parseColor("#d96eb0")Accessibility — WCAG contrast
Aa
#d96eb0 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d96eb0 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green43.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow18.9%
Key (black)14.9%
Color previews
#d96eb0 text on a black background
contrast 6.81:1
Card sample
#d96eb0 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d96eb0;
Background color
Panel with #d96eb0 background
background-color: #d96eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d96eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 110, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 110, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d96eb0; background: linear-gradient(135deg, #d96eb0, #D9736E);