HSL(312, 60%, 30%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(312,60%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(312, 60%, 30%) | color: hsl(312, 60%, 30%) | |
| HEX | #7A1F68 | color: #7A1F68 | |
| RGB | rgb(122, 31, 104) | color: rgb(122, 31, 104) | |
| CMYK | cmyk(0%, 75%, 15%, 52%) | — | |
| HSV | hsv(312, 75%, 48%) | — | |
| HWB | hwb(312 12% 52%) | color: hwb(312 12% 52%) | |
| OKLCH | oklch(0.4138 0.1495 337.1) | color: oklch(0.4138 0.1495 337.1) | |
| Lab | lab(29.71 46.75 -21.4) | color: lab(29.71 46.75 -21.4) | |
| LCH | lch(29.71 51.42 335.4) | color: lch(29.71 51.42 335.4) |
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)
#535256 — rgb(83, 82, 86)
Deuteranopia (Green-blind)
#585F52 — rgb(88, 95, 82)
Tritanopia (Blue-blind)
#754845 — rgb(117, 72, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(312, 60%, 30%);
text
color: hsl(312, 60%, 30%);
border
border: 2px solid hsl(312, 60%, 30%);
gradient light
background: linear-gradient(to right, hsl(312, 60%, 50%), hsl(312, 60%, 30%));
gradient dark
background: linear-gradient(to right, hsl(312, 60%, 30%), hsl(312, 60%, 10%))
hex
background-color: #7A1F68;
tailwind
bg-[hsl(312,60%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(312, 60%, 30%, 0.4);
css variable
--color-primary: hsl(312, 60%, 30%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(312, 60%, 30%)?
HEX: #7A1F68 | RGB: rgb(122, 31, 104) | CMYK: 0%, 75%, 15%, 52% | HSV: 312°, 75%, 48%. Copy any format from the conversion table above.
What colors go well with #7A1F68?
The complementary color is HSL(132, 60%, 30%). For a triadic harmony, use hues 312°, 72°, and 192°. For analogous combinations, try hues 282° and 342°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(312, 60%, 30%) in CSS?
As HSL: color: hsl(312, 60%, 30%); — As HEX: color: #7A1F68; — As RGB: color: rgb(122, 31, 104); — Tailwind CSS: bg-[hsl(312,60%,30%)] — CSS variable: --color-primary: hsl(312, 60%, 30%);