#D8BFD8
thistle
#D8BFD8 is a magenta colour. In RGB it is 216 red, 191 green and 216 blue, which converts to a hue of 300 degrees, 24% saturation and 80% lightness. It is one of the named CSS colours, written as thistle in stylesheets.
Color values
| HEX | #D8BFD8 |
|---|---|
| RGB | rgb(216, 191, 216) |
| HSL | hsl(300, 24%, 80%) |
| HSV | hsv(300, 12%, 85%) |
| CMYK | cmyk(0%, 12%, 0%, 15%) |
Contrast and accessibility
Against white the contrast ratio is 1.7:1, and against black it is 12.36: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 | 1.7:1 | Fail | Fail |
| Black | 12.36:1 | AAA | AAA |
Tints and shades
Lighter tints move #D8BFD8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D8BFD8; |
|---|---|
| CSS rgb() | color: rgb(216 191 216); |
| Tailwind | bg-[#d8bfd8] |
| SwiftUI | Color(red: 0.847, green: 0.749, blue: 0.847) |
| Android | Color.parseColor("#D8BFD8") |