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