#db4ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 76, 207
HSL
305°, 67%, 58%
CMYK
0, 65, 6, 14
Luminance
0.2473
Every format
| HEX | #db4ccf |
| RGB | rgb(219, 76, 207) |
| HSL | hsl(305, 67%, 58%) |
| CMYK | cmyk(0%, 65%, 6%, 14%) |
| LAB | lab(56.8 70.1 -39.8) |
| LCH | lch(56.8 80.7 330.4) |
| OKLCH | oklch(0.657 0.228 331.4) |
Copy-ready code
/* CSS */
color: #db4ccf;
background-color: #db4ccf;
/* Tailwind (arbitrary) */
class="text-[#db4ccf] bg-[#db4ccf]"
/* SCSS */
$brand: #db4ccf;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.812)
/* Android */
Color.parseColor("#db4ccf")Accessibility — WCAG contrast
Aa
#db4ccf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4ccf on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta65.3%
Yellow5.5%
Key (black)14.1%
Color previews
#db4ccf text on a black background
contrast 5.95:1
Card sample
#db4ccf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4ccf;
Background color
Panel with #db4ccf background
background-color: #db4ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4ccf; background: linear-gradient(135deg, #db4ccf, #DB4C70);