#d45eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 94, 179
HSL
317°, 58%, 60%
CMYK
0, 56, 16, 17
Luminance
0.2526
Every format
| HEX | #d45eb3 |
| RGB | rgb(212, 94, 179) |
| HSL | hsl(317, 58%, 60%) |
| CMYK | cmyk(0%, 56%, 16%, 17%) |
| LAB | lab(57.3 56.4 -23.0) |
| LCH | lch(57.3 60.9 337.8) |
| OKLCH | oklch(0.655 0.178 339.6) |
Copy-ready code
/* CSS */
color: #d45eb3;
background-color: #d45eb3;
/* Tailwind (arbitrary) */
class="text-[#d45eb3] bg-[#d45eb3]"
/* SCSS */
$brand: #d45eb3;
/* SwiftUI */
Color(red: 0.831, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#d45eb3")Accessibility — WCAG contrast
Aa
#d45eb3 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45eb3 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green36.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow15.6%
Key (black)16.9%
Color previews
#d45eb3 text on a black background
contrast 6.05:1
Card sample
#d45eb3 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45eb3;
Background color
Panel with #d45eb3 background
background-color: #d45eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45eb3; background: linear-gradient(135deg, #d45eb3, #D45E64);