HSL(330, 90%, 28%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,90%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 90%, 28%) | color: hsl(330, 90%, 28%) | |
| HEX | #880747 | color: #880747 | |
| RGB | rgb(136, 7, 71) | color: rgb(136, 7, 71) | |
| CMYK | cmyk(0%, 95%, 48%, 47%) | — | |
| HSV | hsv(330, 95%, 53%) | — | |
| HWB | hwb(330 3% 47%) | color: hwb(330 3% 47%) | |
| OKLCH | oklch(0.4093 0.1613 359.73) | color: oklch(0.4093 0.1613 359.73) | |
| Lab | lab(29.01 52.33 -0.51) | color: lab(29.01 52.33 -0.51) | |
| LCH | lch(29.01 52.33 359.44) | color: lch(29.01 52.33 359.44) |
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)
#504F38 — rgb(80, 79, 56)
Deuteranopia (Green-blind)
#586134 — rgb(88, 97, 52)
Tritanopia (Blue-blind)
#822B29 — rgb(130, 43, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 90%, 28%);
text
color: hsl(330, 90%, 28%);
border
border: 2px solid hsl(330, 90%, 28%);
gradient light
background: linear-gradient(to right, hsl(330, 90%, 48%), hsl(330, 90%, 28%));
gradient dark
background: linear-gradient(to right, hsl(330, 90%, 28%), hsl(330, 90%, 8%))
hex
background-color: #880747;
tailwind
bg-[hsl(330,90%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 90%, 28%, 0.4);
css variable
--color-primary: hsl(330, 90%, 28%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 90%, 28%)?
HEX: #880747 | RGB: rgb(136, 7, 71) | CMYK: 0%, 95%, 48%, 47% | HSV: 330°, 95%, 53%. Copy any format from the conversion table above.
What colors go well with #880747?
The complementary color is HSL(150, 90%, 28%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 90%, 28%) in CSS?
As HSL: color: hsl(330, 90%, 28%); — As HEX: color: #880747; — As RGB: color: rgb(136, 7, 71); — Tailwind CSS: bg-[hsl(330,90%,28%)] — CSS variable: --color-primary: hsl(330, 90%, 28%);