HSL(295, 30%, 71%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 30%, 71%) | color: hsl(295, 30%, 71%) | |
| HEX | #C89FCB | color: #C89FCB | |
| RGB | rgb(200, 159, 203) | color: rgb(200, 159, 203) | |
| CMYK | cmyk(1%, 22%, 0%, 20%) | — | |
| HSV | hsv(296, 22%, 80%) | — | |
| HWB | hwb(296 62% 20%) | color: hwb(296 62% 20%) | |
| OKLCH | oklch(0.7541 0.0768 324.09) | color: oklch(0.7541 0.0768 324.09) | |
| Lab | lab(70.45 22.76 -16.72) | color: lab(70.45 22.76 -16.72) | |
| LCH | lch(70.45 28.24 323.7) | color: lch(70.45 28.24 323.7) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B6B6C0 — rgb(182, 182, 192)
Deuteranopia (Green-blind)
#B9BCBE — rgb(185, 188, 190)
Tritanopia (Blue-blind)
#C6B8B6 — rgb(198, 184, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 30%, 71%);
text
color: hsl(295, 30%, 71%);
border
border: 2px solid hsl(295, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(295, 30%, 91%), hsl(295, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(295, 30%, 71%), hsl(295, 30%, 51%))
hex
background-color: #C89FCB;
tailwind
bg-[hsl(295,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 30%, 71%, 0.4);
css variable
--color-primary: hsl(295, 30%, 71%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 30%, 71%)?
HEX: #C89FCB | RGB: rgb(200, 159, 203) | CMYK: 1%, 22%, 0%, 20% | HSV: 296°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #C89FCB?
The complementary color is HSL(115, 30%, 71%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 30%, 71%) in CSS?
As HSL: color: hsl(295, 30%, 71%); — As HEX: color: #C89FCB; — As RGB: color: rgb(200, 159, 203); — Tailwind CSS: bg-[hsl(295,30%,71%)] — CSS variable: --color-primary: hsl(295, 30%, 71%);