#da28bf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
218, 40, 191
HSL
309°, 71%, 51%
CMYK
0, 82, 12, 15
Luminance
0.2018
Every format
| HEX | #da28bf |
| RGB | rgb(218, 40, 191) |
| HSL | hsl(309, 71%, 51%) |
| CMYK | cmyk(0%, 82%, 12%, 15%) |
| LAB | lab(52.0 78.5 -38.1) |
| LCH | lch(52.0 87.2 334.1) |
| OKLCH | oklch(0.620 0.253 335.6) |
Copy-ready code
/* CSS */
color: #da28bf;
background-color: #da28bf;
/* Tailwind (arbitrary) */
class="text-[#da28bf] bg-[#da28bf]"
/* SCSS */
$brand: #da28bf;
/* SwiftUI */
Color(red: 0.855, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#da28bf")Accessibility — WCAG contrast
Aa
#da28bf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da28bf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green15.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow12.4%
Key (black)14.5%
Color previews
#da28bf text on a black background
contrast 5.04:1
Card sample
#da28bf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da28bf;
Background color
Panel with #da28bf background
background-color: #da28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da28bf; background: linear-gradient(135deg, #da28bf, #DA2848);