#da4bda
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
218, 75, 218
HSL
300°, 66%, 58%
CMYK
0, 66, 0, 15
Luminance
0.2500
Every format
| HEX | #da4bda |
| RGB | rgb(218, 75, 218) |
| HSL | hsl(300, 66%, 58%) |
| CMYK | cmyk(0%, 66%, 0%, 15%) |
| LAB | lab(57.1 72.0 -45.6) |
| LCH | lch(57.1 85.3 327.6) |
| OKLCH | oklch(0.661 0.237 327.9) |
Copy-ready code
/* CSS */
color: #da4bda;
background-color: #da4bda;
/* Tailwind (arbitrary) */
class="text-[#da4bda] bg-[#da4bda]"
/* SCSS */
$brand: #da4bda;
/* SwiftUI */
Color(red: 0.855, green: 0.294, blue: 0.855)
/* Android */
Color.parseColor("#da4bda")Accessibility — WCAG contrast
Aa
#da4bda on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4bda on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green29.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow0.0%
Key (black)14.5%
Color previews
#da4bda text on a black background
contrast 6.00:1
Card sample
#da4bda text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4bda;
Background color
Panel with #da4bda background
background-color: #da4bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 75, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 75, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4bda; background: linear-gradient(135deg, #da4bda, #DA4B7B);