#db33cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 51, 207
HSL
304°, 70%, 53%
CMYK
0, 77, 6, 14
Luminance
0.2193
Every format
| HEX | #db33cf |
| RGB | rgb(219, 51, 207) |
| HSL | hsl(304, 70%, 53%) |
| CMYK | cmyk(0%, 77%, 6%, 14%) |
| LAB | lab(54.0 78.3 -44.3) |
| LCH | lch(54.0 89.9 330.5) |
| OKLCH | oklch(0.637 0.255 331.4) |
Copy-ready code
/* CSS */
color: #db33cf;
background-color: #db33cf;
/* Tailwind (arbitrary) */
class="text-[#db33cf] bg-[#db33cf]"
/* SCSS */
$brand: #db33cf;
/* SwiftUI */
Color(red: 0.859, green: 0.200, blue: 0.812)
/* Android */
Color.parseColor("#db33cf")Accessibility — WCAG contrast
Aa
#db33cf on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db33cf on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green20.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow5.5%
Key (black)14.1%
Color previews
#db33cf text on a black background
contrast 5.39:1
Card sample
#db33cf text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db33cf;
Background color
Panel with #db33cf background
background-color: #db33cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db33cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 51, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 51, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db33cf; background: linear-gradient(135deg, #db33cf, #DB335F);