#db4fe2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 226
HSL
297°, 72%, 60%
CMYK
3, 65, 0, 11
Luminance
0.2614
Every format
| HEX | #db4fe2 |
| RGB | rgb(219, 79, 226) |
| HSL | hsl(297, 72%, 60%) |
| CMYK | cmyk(3%, 65%, 0%, 11%) |
| LAB | lab(58.2 72.1 -48.4) |
| LCH | lch(58.2 86.8 326.1) |
| OKLCH | oklch(0.670 0.239 325.9) |
Copy-ready code
/* CSS */
color: #db4fe2;
background-color: #db4fe2;
/* Tailwind (arbitrary) */
class="text-[#db4fe2] bg-[#db4fe2]"
/* SCSS */
$brand: #db4fe2;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.886)
/* Android */
Color.parseColor("#db4fe2")Accessibility — WCAG contrast
Aa
#db4fe2 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fe2 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue88.6%
CMYK percentages
Cyan3.1%
Magenta65.0%
Yellow0.0%
Key (black)11.4%
Color previews
#db4fe2 text on a black background
contrast 6.23:1
Card sample
#db4fe2 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fe2;
Background color
Panel with #db4fe2 background
background-color: #db4fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fe2; background: linear-gradient(135deg, #db4fe2, #E24F87);