#dc18be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
220, 24, 190
HSL
309°, 80%, 48%
CMYK
0, 89, 14, 14
Luminance
0.1959
Every format
| HEX | #dc18be |
| RGB | rgb(220, 24, 190) |
| HSL | hsl(309, 80%, 48%) |
| CMYK | cmyk(0%, 89%, 14%, 14%) |
| LAB | lab(51.4 81.6 -38.6) |
| LCH | lch(51.4 90.3 334.7) |
| OKLCH | oklch(0.616 0.263 336.3) |
Copy-ready code
/* CSS */
color: #dc18be;
background-color: #dc18be;
/* Tailwind (arbitrary) */
class="text-[#dc18be] bg-[#dc18be]"
/* SCSS */
$brand: #dc18be;
/* SwiftUI */
Color(red: 0.863, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#dc18be")Accessibility — WCAG contrast
Aa
#dc18be on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc18be on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow13.6%
Key (black)13.7%
Color previews
#dc18be text on a black background
contrast 4.92:1
Card sample
#dc18be text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc18be;
Background color
Panel with #dc18be background
background-color: #dc18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc18be; background: linear-gradient(135deg, #dc18be, #DC183B);