HSL(314, 75%, 23%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(314,75%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(314, 75%, 23%) | color: hsl(314, 75%, 23%) | |
| HEX | #670F52 | color: #670F52 | |
| RGB | rgb(103, 15, 82) | color: rgb(103, 15, 82) | |
| CMYK | cmyk(0%, 85%, 20%, 60%) | — | |
| HSV | hsv(314, 85%, 40%) | — | |
| HWB | hwb(314 6% 60%) | color: hwb(314 6% 60%) | |
| OKLCH | oklch(0.3558 0.1393 340.16) | color: oklch(0.3558 0.1393 340.16) | |
| Lab | lab(23.12 43.8 -17.48) | color: lab(23.12 43.8 -17.48) | |
| LCH | lch(23.12 47.16 338.24) | color: lch(23.12 47.16 338.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)
#414042 — rgb(65, 64, 66)
Deuteranopia (Green-blind)
#464D3E — rgb(70, 77, 62)
Tritanopia (Blue-blind)
#633532 — rgb(99, 53, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(314, 75%, 23%);
text
color: hsl(314, 75%, 23%);
border
border: 2px solid hsl(314, 75%, 23%);
gradient light
background: linear-gradient(to right, hsl(314, 75%, 43%), hsl(314, 75%, 23%));
gradient dark
background: linear-gradient(to right, hsl(314, 75%, 23%), hsl(314, 75%, 3%))
hex
background-color: #670F52;
tailwind
bg-[hsl(314,75%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(314, 75%, 23%, 0.4);
css variable
--color-primary: hsl(314, 75%, 23%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(314, 75%, 23%)?
HEX: #670F52 | RGB: rgb(103, 15, 82) | CMYK: 0%, 85%, 20%, 60% | HSV: 314°, 85%, 40%. Copy any format from the conversion table above.
What colors go well with #670F52?
The complementary color is HSL(134, 75%, 23%). 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, 75%, 23%) in CSS?
As HSL: color: hsl(314, 75%, 23%); — As HEX: color: #670F52; — As RGB: color: rgb(103, 15, 82); — Tailwind CSS: bg-[hsl(314,75%,23%)] — CSS variable: --color-primary: hsl(314, 75%, 23%);