#d52abf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 42, 191
HSL
308°, 67%, 50%
CMYK
0, 80, 10, 17
Luminance
0.1956
Every format
| HEX | #d52abf |
| RGB | rgb(213, 42, 191) |
| HSL | hsl(308, 67%, 50%) |
| CMYK | cmyk(0%, 80%, 10%, 17%) |
| LAB | lab(51.3 77.0 -39.3) |
| LCH | lch(51.3 86.5 333.0) |
| OKLCH | oklch(0.614 0.249 334.3) |
Copy-ready code
/* CSS */
color: #d52abf;
background-color: #d52abf;
/* Tailwind (arbitrary) */
class="text-[#d52abf] bg-[#d52abf]"
/* SCSS */
$brand: #d52abf;
/* SwiftUI */
Color(red: 0.835, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#d52abf")Accessibility — WCAG contrast
Aa
#d52abf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d52abf on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green16.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow10.3%
Key (black)16.5%
Color previews
#d52abf text on a black background
contrast 4.91:1
Card sample
#d52abf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52abf;
Background color
Panel with #d52abf background
background-color: #d52abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52abf; background: linear-gradient(135deg, #d52abf, #D52A4D);