#BE185D
Tailwind pink-700
#BE185D is a magenta colour. In RGB it is 190 red, 24 green and 93 blue, which converts to a hue of 335 degrees, 78% saturation and 42% lightness. It is Tailwind pink-700 in that design system's palette.
Color values
| HEX | #BE185D |
|---|---|
| RGB | rgb(190, 24, 93) |
| HSL | hsl(335, 78%, 42%) |
| HSV | hsv(335, 87%, 75%) |
| CMYK | cmyk(0%, 87%, 51%, 25%) |
Contrast and accessibility
Against white the contrast ratio is 6.04:1, and against black it is 3.48:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 6.04:1 | AA | AAA |
| Black | 3.48:1 | Fail | AA |
Tints and shades
Lighter tints move #BE185D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BE185D; |
|---|---|
| CSS rgb() | color: rgb(190 24 93); |
| Tailwind | bg-[#be185d] |
| SwiftUI | Color(red: 0.745, green: 0.094, blue: 0.365) |
| Android | Color.parseColor("#BE185D") |
Closest named color
The nearest CSS colour keyword to #BE185D is mediumvioletred (#C71585).