HSL(295, 45%, 29%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,45%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 45%, 29%) | color: hsl(295, 45%, 29%) | |
| HEX | #66296B | color: #66296B | |
| RGB | rgb(102, 41, 107) | color: rgb(102, 41, 107) | |
| CMYK | cmyk(5%, 62%, 0%, 58%) | — | |
| HSV | hsv(295, 62%, 42%) | — | |
| HWB | hwb(295 16% 58%) | color: hwb(295 16% 58%) | |
| OKLCH | oklch(0.3955 0.1251 324.58) | color: oklch(0.3955 0.1251 324.58) | |
| Lab | lab(28.04 37.44 -26.18) | color: lab(28.04 37.44 -26.18) | |
| LCH | lch(28.04 45.69 325.04) | color: lch(28.04 45.69 325.04) |
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)
#4C4B5B — rgb(76, 75, 91)
Deuteranopia (Green-blind)
#4F5457 — rgb(79, 84, 87)
Tritanopia (Blue-blind)
#634E4C — rgb(99, 78, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 45%, 29%);
text
color: hsl(295, 45%, 29%);
border
border: 2px solid hsl(295, 45%, 29%);
gradient light
background: linear-gradient(to right, hsl(295, 45%, 49%), hsl(295, 45%, 29%));
gradient dark
background: linear-gradient(to right, hsl(295, 45%, 29%), hsl(295, 45%, 9%))
hex
background-color: #66296B;
tailwind
bg-[hsl(295,45%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 45%, 29%, 0.4);
css variable
--color-primary: hsl(295, 45%, 29%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 45%, 29%)?
HEX: #66296B | RGB: rgb(102, 41, 107) | CMYK: 5%, 62%, 0%, 58% | HSV: 295°, 62%, 42%. Copy any format from the conversion table above.
What colors go well with #66296B?
The complementary color is HSL(115, 45%, 29%). 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, 45%, 29%) in CSS?
As HSL: color: hsl(295, 45%, 29%); — As HEX: color: #66296B; — As RGB: color: rgb(102, 41, 107); — Tailwind CSS: bg-[hsl(295,45%,29%)] — CSS variable: --color-primary: hsl(295, 45%, 29%);