#db3ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 60, 207
HSL
305°, 69%, 55%
CMYK
0, 73, 6, 14
Luminance
0.2280
Every format
| HEX | #db3ccf |
| RGB | rgb(219, 60, 207) |
| HSL | hsl(305, 69%, 55%) |
| CMYK | cmyk(0%, 73%, 6%, 14%) |
| LAB | lab(54.9 75.7 -42.9) |
| LCH | lch(54.9 87.0 330.5) |
| OKLCH | oklch(0.643 0.246 331.3) |
Copy-ready code
/* CSS */
color: #db3ccf;
background-color: #db3ccf;
/* Tailwind (arbitrary) */
class="text-[#db3ccf] bg-[#db3ccf]"
/* SCSS */
$brand: #db3ccf;
/* SwiftUI */
Color(red: 0.859, green: 0.235, blue: 0.812)
/* Android */
Color.parseColor("#db3ccf")Accessibility — WCAG contrast
Aa
#db3ccf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3ccf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green23.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow5.5%
Key (black)14.1%
Color previews
#db3ccf text on a black background
contrast 5.56:1
Card sample
#db3ccf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3ccf;
Background color
Panel with #db3ccf background
background-color: #db3ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 60, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 60, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3ccf; background: linear-gradient(135deg, #db3ccf, #DB3C65);