HSL(308, 75%, 25%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(308,75%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 75%, 25%) | color: hsl(308, 75%, 25%) | |
| HEX | #701063 | color: #701063 | |
| RGB | rgb(112, 16, 99) | color: rgb(112, 16, 99) | |
| CMYK | cmyk(0%, 86%, 12%, 56%) | — | |
| HSV | hsv(308, 86%, 44%) | — | |
| HWB | hwb(308 6% 56%) | color: hwb(308 6% 56%) | |
| OKLCH | oklch(0.3821 0.1557 334.74) | color: oklch(0.3821 0.1557 334.74) | |
| Lab | lab(25.91 48.24 -24.24) | color: lab(25.91 48.24 -24.24) | |
| LCH | lch(25.91 53.99 333.32) | color: lch(25.91 53.99 333.32) |
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)
#46464F — rgb(70, 70, 79)
Deuteranopia (Green-blind)
#4C534A — rgb(76, 83, 74)
Tritanopia (Blue-blind)
#6B3F3C — rgb(107, 63, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 75%, 25%);
text
color: hsl(308, 75%, 25%);
border
border: 2px solid hsl(308, 75%, 25%);
gradient light
background: linear-gradient(to right, hsl(308, 75%, 45%), hsl(308, 75%, 25%));
gradient dark
background: linear-gradient(to right, hsl(308, 75%, 25%), hsl(308, 75%, 5%))
hex
background-color: #701063;
tailwind
bg-[hsl(308,75%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 75%, 25%, 0.4);
css variable
--color-primary: hsl(308, 75%, 25%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 75%, 25%)?
HEX: #701063 | RGB: rgb(112, 16, 99) | CMYK: 0%, 86%, 12%, 56% | HSV: 308°, 86%, 44%. Copy any format from the conversion table above.
What colors go well with #701063?
The complementary color is HSL(128, 75%, 25%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 75%, 25%) in CSS?
As HSL: color: hsl(308, 75%, 25%); — As HEX: color: #701063; — As RGB: color: rgb(112, 16, 99); — Tailwind CSS: bg-[hsl(308,75%,25%)] — CSS variable: --color-primary: hsl(308, 75%, 25%);