#BE123C
Tailwind rose-700
#BE123C is a red colour. In RGB it is 190 red, 18 green and 60 blue, which converts to a hue of 345 degrees, 83% saturation and 41% lightness. It is Tailwind rose-700 in that design system's palette.
Color values
| HEX | #BE123C |
|---|---|
| RGB | rgb(190, 18, 60) |
| HSL | hsl(345, 83%, 41%) |
| HSV | hsv(345, 91%, 75%) |
| CMYK | cmyk(0%, 91%, 68%, 25%) |
Contrast and accessibility
Against white the contrast ratio is 6.29:1, and against black it is 3.34: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.29:1 | AA | AAA |
| Black | 3.34:1 | Fail | AA |
Tints and shades
Lighter tints move #BE123C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BE123C; |
|---|---|
| CSS rgb() | color: rgb(190 18 60); |
| Tailwind | bg-[#be123c] |
| SwiftUI | Color(red: 0.745, green: 0.071, blue: 0.235) |
| Android | Color.parseColor("#BE123C") |
Closest named color
The nearest CSS colour keyword to #BE123C is crimson (#DC143C).