#db67cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 103, 207
HSL
306°, 62%, 63%
CMYK
0, 53, 6, 14
Luminance
0.2927
Every format
| HEX | #db67cf |
| RGB | rgb(219, 103, 207) |
| HSL | hsl(306, 62%, 63%) |
| CMYK | cmyk(0%, 53%, 6%, 14%) |
| LAB | lab(61.0 58.7 -33.2) |
| LCH | lch(61.0 67.4 330.5) |
| OKLCH | oklch(0.688 0.190 331.5) |
Copy-ready code
/* CSS */
color: #db67cf;
background-color: #db67cf;
/* Tailwind (arbitrary) */
class="text-[#db67cf] bg-[#db67cf]"
/* SCSS */
$brand: #db67cf;
/* SwiftUI */
Color(red: 0.859, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#db67cf")Accessibility — WCAG contrast
Aa
#db67cf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db67cf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green40.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow5.5%
Key (black)14.1%
Color previews
#db67cf text on a black background
contrast 6.85:1
Card sample
#db67cf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db67cf;
Background color
Panel with #db67cf background
background-color: #db67cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db67cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db67cf; background: linear-gradient(135deg, #db67cf, #DB6782);