HSL(301, 19%, 65%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(301,19%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 65%) | color: hsl(301, 19%, 65%) | |
| HEX | #B795B6 | color: #B795B6 | |
| RGB | rgb(183, 149, 182) | color: rgb(183, 149, 182) | |
| CMYK | cmyk(0%, 19%, 1%, 28%) | — | |
| HSV | hsv(302, 19%, 72%) | — | |
| HWB | hwb(302 58% 28%) | color: hwb(302 58% 28%) | |
| OKLCH | oklch(0.7115 0.0609 327.13) | color: oklch(0.7115 0.0609 327.13) | |
| Lab | lab(65.7 18.48 -12.35) | color: lab(65.7 18.48 -12.35) | |
| LCH | lch(65.7 22.23 326.25) | color: lch(65.7 22.23 326.25) |
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)
#A8A8AE — rgb(168, 168, 174)
Deuteranopia (Green-blind)
#AAADAC — rgb(170, 173, 172)
Tritanopia (Blue-blind)
#B5A8A6 — rgb(181, 168, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 65%);
text
color: hsl(301, 19%, 65%);
border
border: 2px solid hsl(301, 19%, 65%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 85%), hsl(301, 19%, 65%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 65%), hsl(301, 19%, 45%))
hex
background-color: #B795B6;
tailwind
bg-[hsl(301,19%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 65%, 0.4);
css variable
--color-primary: hsl(301, 19%, 65%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 65%)?
HEX: #B795B6 | RGB: rgb(183, 149, 182) | CMYK: 0%, 19%, 1%, 28% | HSV: 302°, 19%, 72%. Copy any format from the conversion table above.
What colors go well with #B795B6?
The complementary color is HSL(121, 19%, 65%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 19%, 65%) in CSS?
As HSL: color: hsl(301, 19%, 65%); — As HEX: color: #B795B6; — As RGB: color: rgb(183, 149, 182); — Tailwind CSS: bg-[hsl(301,19%,65%)] — CSS variable: --color-primary: hsl(301, 19%, 65%);