#d45eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 94, 183
HSL
315°, 58%, 60%
CMYK
0, 56, 14, 17
Luminance
0.2542
Every format
| HEX | #d45eb7 |
| RGB | rgb(212, 94, 183) |
| HSL | hsl(315, 58%, 60%) |
| CMYK | cmyk(0%, 56%, 14%, 17%) |
| LAB | lab(57.5 57.0 -25.1) |
| LCH | lch(57.5 62.3 336.2) |
| OKLCH | oklch(0.657 0.180 338.0) |
Copy-ready code
/* CSS */
color: #d45eb7;
background-color: #d45eb7;
/* Tailwind (arbitrary) */
class="text-[#d45eb7] bg-[#d45eb7]"
/* SCSS */
$brand: #d45eb7;
/* SwiftUI */
Color(red: 0.831, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#d45eb7")Accessibility — WCAG contrast
Aa
#d45eb7 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45eb7 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow13.7%
Key (black)16.9%
Color previews
#d45eb7 text on a black background
contrast 6.08:1
Card sample
#d45eb7 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45eb7;
Background color
Panel with #d45eb7 background
background-color: #d45eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45eb7; background: linear-gradient(135deg, #d45eb7, #D45E68);