HSL(287, 27%, 66%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(287,27%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(287, 27%, 66%) | color: hsl(287, 27%, 66%) | |
| HEX | #B691C0 | color: #B691C0 | |
| RGB | rgb(182, 145, 192) | color: rgb(182, 145, 192) | |
| CMYK | cmyk(5%, 24%, 0%, 25%) | — | |
| HSV | hsv(287, 24%, 75%) | — | |
| HWB | hwb(287 57% 25%) | color: hwb(287 57% 25%) | |
| OKLCH | oklch(0.7067 0.0787 318.99) | color: oklch(0.7067 0.0787 318.99) | |
| Lab | lab(64.96 22.34 -19.08) | color: lab(64.96 22.34 -19.08) | |
| LCH | lch(64.96 29.38 319.5) | color: lch(64.96 29.38 319.5) |
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)
#A6A6B5 — rgb(166, 166, 181)
Deuteranopia (Green-blind)
#A8ABB2 — rgb(168, 171, 178)
Tritanopia (Blue-blind)
#B4ACAA — rgb(180, 172, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(287, 27%, 66%);
text
color: hsl(287, 27%, 66%);
border
border: 2px solid hsl(287, 27%, 66%);
gradient light
background: linear-gradient(to right, hsl(287, 27%, 86%), hsl(287, 27%, 66%));
gradient dark
background: linear-gradient(to right, hsl(287, 27%, 66%), hsl(287, 27%, 46%))
hex
background-color: #B691C0;
tailwind
bg-[hsl(287,27%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(287, 27%, 66%, 0.4);
css variable
--color-primary: hsl(287, 27%, 66%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(287, 27%, 66%)?
HEX: #B691C0 | RGB: rgb(182, 145, 192) | CMYK: 5%, 24%, 0%, 25% | HSV: 287°, 24%, 75%. Copy any format from the conversion table above.
What colors go well with #B691C0?
The complementary color is HSL(107, 27%, 66%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(287, 27%, 66%) in CSS?
As HSL: color: hsl(287, 27%, 66%); — As HEX: color: #B691C0; — As RGB: color: rgb(182, 145, 192); — Tailwind CSS: bg-[hsl(287,27%,66%)] — CSS variable: --color-primary: hsl(287, 27%, 66%);