HSL(314, 90%, 28%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(314,90%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(314, 90%, 28%) | color: hsl(314, 90%, 28%) | |
| HEX | #88076A | color: #88076A | |
| RGB | rgb(136, 7, 106) | color: rgb(136, 7, 106) | |
| CMYK | cmyk(0%, 95%, 22%, 47%) | — | |
| HSV | hsv(314, 95%, 53%) | — | |
| HWB | hwb(314 3% 47%) | color: hwb(314 3% 47%) | |
| OKLCH | oklch(0.4245 0.1787 341.23) | color: oklch(0.4245 0.1787 341.23) | |
| Lab | lab(30.47 56.2 -21.3) | color: lab(30.47 56.2 -21.3) | |
| LCH | lch(30.47 60.1 339.24) | color: lch(30.47 60.1 339.24) |
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)
#504F52 — rgb(80, 79, 82)
Deuteranopia (Green-blind)
#58614C — rgb(88, 97, 76)
Tritanopia (Blue-blind)
#823F3B — rgb(130, 63, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(314, 90%, 28%);
text
color: hsl(314, 90%, 28%);
border
border: 2px solid hsl(314, 90%, 28%);
gradient light
background: linear-gradient(to right, hsl(314, 90%, 48%), hsl(314, 90%, 28%));
gradient dark
background: linear-gradient(to right, hsl(314, 90%, 28%), hsl(314, 90%, 8%))
hex
background-color: #88076A;
tailwind
bg-[hsl(314,90%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(314, 90%, 28%, 0.4);
css variable
--color-primary: hsl(314, 90%, 28%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(314, 90%, 28%)?
HEX: #88076A | RGB: rgb(136, 7, 106) | CMYK: 0%, 95%, 22%, 47% | HSV: 314°, 95%, 53%. Copy any format from the conversion table above.
What colors go well with #88076A?
The complementary color is HSL(134, 90%, 28%). For a triadic harmony, use hues 314°, 74°, and 194°. For analogous combinations, try hues 284° and 344°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(314, 90%, 28%) in CSS?
As HSL: color: hsl(314, 90%, 28%); — As HEX: color: #88076A; — As RGB: color: rgb(136, 7, 106); — Tailwind CSS: bg-[hsl(314,90%,28%)] — CSS variable: --color-primary: hsl(314, 90%, 28%);