HSL(332, 90%, 27%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,90%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 90%, 27%) | color: hsl(332, 90%, 27%) | |
| HEX | #830741 | color: #830741 | |
| RGB | rgb(131, 7, 65) | color: rgb(131, 7, 65) | |
| CMYK | cmyk(0%, 95%, 50%, 49%) | — | |
| HSV | hsv(332, 95%, 51%) | — | |
| HWB | hwb(332 3% 49%) | color: hwb(332 3% 49%) | |
| OKLCH | oklch(0.3975 0.1557 1.64) | color: oklch(0.3975 0.1557 1.64) | |
| Lab | lab(27.74 50.56 1.53) | color: lab(27.74 50.56 1.53) | |
| LCH | lch(27.74 50.58 1.73) | color: lch(27.74 50.58 1.73) |
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)
#4D4C33 — rgb(77, 76, 51)
Deuteranopia (Green-blind)
#555E30 — rgb(85, 94, 48)
Tritanopia (Blue-blind)
#7D2825 — rgb(125, 40, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 90%, 27%);
text
color: hsl(332, 90%, 27%);
border
border: 2px solid hsl(332, 90%, 27%);
gradient light
background: linear-gradient(to right, hsl(332, 90%, 47%), hsl(332, 90%, 27%));
gradient dark
background: linear-gradient(to right, hsl(332, 90%, 27%), hsl(332, 90%, 7%))
hex
background-color: #830741;
tailwind
bg-[hsl(332,90%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 90%, 27%, 0.4);
css variable
--color-primary: hsl(332, 90%, 27%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 90%, 27%)?
HEX: #830741 | RGB: rgb(131, 7, 65) | CMYK: 0%, 95%, 50%, 49% | HSV: 332°, 95%, 51%. Copy any format from the conversion table above.
What colors go well with #830741?
The complementary color is HSL(152, 90%, 27%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 90%, 27%) in CSS?
As HSL: color: hsl(332, 90%, 27%); — As HEX: color: #830741; — As RGB: color: rgb(131, 7, 65); — Tailwind CSS: bg-[hsl(332,90%,27%)] — CSS variable: --color-primary: hsl(332, 90%, 27%);