HSL(317, 90%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,90%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 90%, 23%) | color: hsl(317, 90%, 23%) | |
| HEX | #6F0652 | color: #6F0652 | |
| RGB | rgb(111, 6, 82) | color: rgb(111, 6, 82) | |
| CMYK | cmyk(0%, 95%, 26%, 56%) | — | |
| HSV | hsv(317, 95%, 44%) | — | |
| HWB | hwb(317 2% 56%) | color: hwb(317 2% 56%) | |
| OKLCH | oklch(0.3656 0.1509 343.62) | color: oklch(0.3656 0.1509 343.62) | |
| Lab | lab(24.06 47.74 -15.89) | color: lab(24.06 47.74 -15.89) | |
| LCH | lch(24.06 50.32 341.59) | color: lch(24.06 50.32 341.59) |
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)
#424140 — rgb(66, 65, 64)
Deuteranopia (Green-blind)
#48503B — rgb(72, 80, 59)
Tritanopia (Blue-blind)
#6A312E — rgb(106, 49, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 90%, 23%);
text
color: hsl(317, 90%, 23%);
border
border: 2px solid hsl(317, 90%, 23%);
gradient light
background: linear-gradient(to right, hsl(317, 90%, 43%), hsl(317, 90%, 23%));
gradient dark
background: linear-gradient(to right, hsl(317, 90%, 23%), hsl(317, 90%, 3%))
hex
background-color: #6F0652;
tailwind
bg-[hsl(317,90%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 90%, 23%, 0.4);
css variable
--color-primary: hsl(317, 90%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 90%, 23%)?
HEX: #6F0652 | RGB: rgb(111, 6, 82) | CMYK: 0%, 95%, 26%, 56% | HSV: 317°, 95%, 44%. Copy any format from the conversion table above.
What colors go well with #6F0652?
The complementary color is HSL(137, 90%, 23%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 90%, 23%) in CSS?
As HSL: color: hsl(317, 90%, 23%); — As HEX: color: #6F0652; — As RGB: color: rgb(111, 6, 82); — Tailwind CSS: bg-[hsl(317,90%,23%)] — CSS variable: --color-primary: hsl(317, 90%, 23%);