HSL(301, 25%, 41%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,25%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 25%, 41%) | color: hsl(301, 25%, 41%) | |
| HEX | #834E82 | color: #834E82 | |
| RGB | rgb(131, 78, 130) | color: rgb(131, 78, 130) | |
| CMYK | cmyk(0%, 40%, 1%, 49%) | — | |
| HSV | hsv(301, 40%, 51%) | — | |
| HWB | hwb(301 31% 49%) | color: hwb(301 31% 49%) | |
| OKLCH | oklch(0.5042 0.1017 327.62) | color: oklch(0.5042 0.1017 327.62) | |
| Lab | lab(41.04 30.89 -20.01) | color: lab(41.04 30.89 -20.01) | |
| LCH | lch(41.04 36.8 327.07) | color: lch(41.04 36.8 327.07) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6C6C75 — rgb(108, 108, 117)
Deuteranopia (Green-blind)
#6F7372 — rgb(111, 115, 114)
Tritanopia (Blue-blind)
#806B69 — rgb(128, 107, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 25%, 41%);
text
color: hsl(301, 25%, 41%);
border
border: 2px solid hsl(301, 25%, 41%);
gradient light
background: linear-gradient(to right, hsl(301, 25%, 61%), hsl(301, 25%, 41%));
gradient dark
background: linear-gradient(to right, hsl(301, 25%, 41%), hsl(301, 25%, 21%))
hex
background-color: #834E82;
tailwind
bg-[hsl(301,25%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 25%, 41%, 0.4);
css variable
--color-primary: hsl(301, 25%, 41%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 25%, 41%)?
HEX: #834E82 | RGB: rgb(131, 78, 130) | CMYK: 0%, 40%, 1%, 49% | HSV: 301°, 40%, 51%. Copy any format from the conversion table above.
What colors go well with #834E82?
The complementary color is HSL(121, 25%, 41%). 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, 25%, 41%) in CSS?
As HSL: color: hsl(301, 25%, 41%); — As HEX: color: #834E82; — As RGB: color: rgb(131, 78, 130); — Tailwind CSS: bg-[hsl(301,25%,41%)] — CSS variable: --color-primary: hsl(301, 25%, 41%);