#d75eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 94, 179
HSL
318°, 60%, 61%
CMYK
0, 56, 17, 16
Luminance
0.2571
Every format
| HEX | #d75eb3 |
| RGB | rgb(215, 94, 179) |
| HSL | hsl(318, 60%, 61%) |
| CMYK | cmyk(0%, 56%, 17%, 16%) |
| LAB | lab(57.8 57.3 -22.3) |
| LCH | lch(57.8 61.5 338.7) |
| OKLCH | oklch(0.659 0.180 340.5) |
Copy-ready code
/* CSS */
color: #d75eb3;
background-color: #d75eb3;
/* Tailwind (arbitrary) */
class="text-[#d75eb3] bg-[#d75eb3]"
/* SCSS */
$brand: #d75eb3;
/* SwiftUI */
Color(red: 0.843, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#d75eb3")Accessibility — WCAG contrast
Aa
#d75eb3 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d75eb3 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green36.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow16.7%
Key (black)15.7%
Color previews
#d75eb3 text on a black background
contrast 6.14:1
Card sample
#d75eb3 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d75eb3;
Background color
Panel with #d75eb3 background
background-color: #d75eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d75eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d75eb3; background: linear-gradient(135deg, #d75eb3, #D75E62);