#d45fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 95, 211
HSL
301°, 58%, 60%
CMYK
0, 55, 1, 17
Luminance
0.2688
Every format
| HEX | #d45fd3 |
| RGB | rgb(212, 95, 211) |
| HSL | hsl(301, 58%, 60%) |
| CMYK | cmyk(0%, 55%, 1%, 17%) |
| LAB | lab(58.9 61.1 -38.9) |
| LCH | lch(58.9 72.5 327.5) |
| OKLCH | oklch(0.671 0.201 327.9) |
Copy-ready code
/* CSS */
color: #d45fd3;
background-color: #d45fd3;
/* Tailwind (arbitrary) */
class="text-[#d45fd3] bg-[#d45fd3]"
/* SCSS */
$brand: #d45fd3;
/* SwiftUI */
Color(red: 0.831, green: 0.373, blue: 0.827)
/* Android */
Color.parseColor("#d45fd3")Accessibility — WCAG contrast
Aa
#d45fd3 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45fd3 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green37.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow0.5%
Key (black)16.9%
Color previews
#d45fd3 text on a black background
contrast 6.38:1
Card sample
#d45fd3 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45fd3;
Background color
Panel with #d45fd3 background
background-color: #d45fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 95, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 95, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45fd3; background: linear-gradient(135deg, #d45fd3, #D45F85);