#C4B5FD
Tailwind violet-300
#C4B5FD is a blue colour. In RGB it is 196 red, 181 green and 253 blue, which converts to a hue of 252 degrees, 95% saturation and 85% lightness. It is Tailwind violet-300 in that design system's palette.
Color values
| HEX | #C4B5FD |
|---|---|
| RGB | rgb(196, 181, 253) |
| HSL | hsl(252, 95%, 85%) |
| HSV | hsv(252, 28%, 99%) |
| CMYK | cmyk(23%, 28%, 0%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.85:1, and against black it is 11.38: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.85:1 | Fail | Fail |
| Black | 11.38:1 | AAA | AAA |
Tints and shades
Lighter tints move #C4B5FD toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C4B5FD; |
|---|---|
| CSS rgb() | color: rgb(196 181 253); |
| Tailwind | bg-[#c4b5fd] |
| SwiftUI | Color(red: 0.769, green: 0.710, blue: 0.992) |
| Android | Color.parseColor("#C4B5FD") |
Closest named color
The nearest CSS colour keyword to #C4B5FD is lightsteelblue (#B0C4DE).