#DA70D6
orchid
#DA70D6 is a magenta colour. In RGB it is 218 red, 112 green and 214 blue, which converts to a hue of 302 degrees, 59% saturation and 65% lightness. It is one of the named CSS colours, written as orchid in stylesheets.
Color values
| HEX | #DA70D6 |
|---|---|
| RGB | rgb(218, 112, 214) |
| HSL | hsl(302, 59%, 65%) |
| HSV | hsv(302, 49%, 85%) |
| CMYK | cmyk(0%, 49%, 2%, 15%) |
Contrast and accessibility
Against white the contrast ratio is 2.89:1, and against black it is 7.27: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 | 2.89:1 | Fail | Fail |
| Black | 7.27:1 | AAA | AAA |
Tints and shades
Lighter tints move #DA70D6 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DA70D6; |
|---|---|
| CSS rgb() | color: rgb(218 112 214); |
| Tailwind | bg-[#da70d6] |
| SwiftUI | Color(red: 0.855, green: 0.439, blue: 0.839) |
| Android | Color.parseColor("#DA70D6") |