HSL(306, 99%, 36%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,99%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 99%, 36%) | color: hsl(306, 99%, 36%) | |
| HEX | #B701A5 | color: #B701A5 | |
| RGB | rgb(183, 1, 165) | color: rgb(183, 1, 165) | |
| CMYK | cmyk(0%, 99%, 10%, 28%) | — | |
| HSV | hsv(306, 99%, 72%) | — | |
| HWB | hwb(306 1% 28%) | color: hwb(306 1% 28%) | |
| OKLCH | oklch(0.5364 0.2394 333.86) | color: oklch(0.5364 0.2394 333.86) | |
| Lab | lab(42.47 73.91 -38.34) | color: lab(42.47 73.91 -38.34) | |
| LCH | lch(42.47 83.26 332.58) | color: lch(42.47 83.26 332.58) |
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)
#68677D — rgb(104, 103, 125)
Deuteranopia (Green-blind)
#738074 — rgb(115, 128, 116)
Tritanopia (Blue-blind)
#AE5E57 — rgb(174, 94, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 99%, 36%);
text
color: hsl(306, 99%, 36%);
border
border: 2px solid hsl(306, 99%, 36%);
gradient light
background: linear-gradient(to right, hsl(306, 99%, 56%), hsl(306, 99%, 36%));
gradient dark
background: linear-gradient(to right, hsl(306, 99%, 36%), hsl(306, 99%, 16%))
hex
background-color: #B701A5;
tailwind
bg-[hsl(306,99%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 99%, 36%, 0.4);
css variable
--color-primary: hsl(306, 99%, 36%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 99%, 36%)?
HEX: #B701A5 | RGB: rgb(183, 1, 165) | CMYK: 0%, 99%, 10%, 28% | HSV: 306°, 99%, 72%. Copy any format from the conversion table above.
What colors go well with #B701A5?
The complementary color is HSL(126, 99%, 36%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 99%, 36%) in CSS?
As HSL: color: hsl(306, 99%, 36%); — As HEX: color: #B701A5; — As RGB: color: rgb(183, 1, 165); — Tailwind CSS: bg-[hsl(306,99%,36%)] — CSS variable: --color-primary: hsl(306, 99%, 36%);