#db75cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 117, 207
HSL
307°, 59%, 66%
CMYK
0, 47, 6, 14
Luminance
0.3229
Every format
| HEX | #db75cf |
| RGB | rgb(219, 117, 207) |
| HSL | hsl(307, 59%, 66%) |
| CMYK | cmyk(0%, 47%, 6%, 14%) |
| LAB | lab(63.6 51.9 -29.3) |
| LCH | lch(63.6 59.6 330.6) |
| OKLCH | oklch(0.707 0.168 331.7) |
Copy-ready code
/* CSS */
color: #db75cf;
background-color: #db75cf;
/* Tailwind (arbitrary) */
class="text-[#db75cf] bg-[#db75cf]"
/* SCSS */
$brand: #db75cf;
/* SwiftUI */
Color(red: 0.859, green: 0.459, blue: 0.812)
/* Android */
Color.parseColor("#db75cf")Accessibility — WCAG contrast
Aa
#db75cf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db75cf on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green45.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow5.5%
Key (black)14.1%
Color previews
#db75cf text on a black background
contrast 7.46:1
Card sample
#db75cf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db75cf;
Background color
Panel with #db75cf background
background-color: #db75cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db75cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 117, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 117, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db75cf; background: linear-gradient(135deg, #db75cf, #DB758B);