HSL(330, 90%, 19%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,90%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 90%, 19%) | color: hsl(330, 90%, 19%) | |
| HEX | #5C0530 | color: #5C0530 | |
| RGB | rgb(92, 5, 48) | color: rgb(92, 5, 48) | |
| CMYK | cmyk(0%, 95%, 48%, 64%) | — | |
| HSV | hsv(330, 95%, 36%) | — | |
| HWB | hwb(330 2% 64%) | color: hwb(330 2% 64%) | |
| OKLCH | oklch(0.3122 0.1212 358.49) | color: oklch(0.3122 0.1212 358.49) | |
| Lab | lab(18.36 39.28 -1.4) | color: lab(18.36 39.28 -1.4) | |
| LCH | lch(18.36 39.3 357.96) | color: lch(18.36 39.3 357.96) |
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)
#363626 — rgb(54, 54, 38)
Deuteranopia (Green-blind)
#3B4223 — rgb(59, 66, 35)
Tritanopia (Blue-blind)
#581D1C — rgb(88, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 90%, 19%);
text
color: hsl(330, 90%, 19%);
border
border: 2px solid hsl(330, 90%, 19%);
gradient light
background: linear-gradient(to right, hsl(330, 90%, 39%), hsl(330, 90%, 19%));
gradient dark
background: linear-gradient(to right, hsl(330, 90%, 19%), hsl(330, 90%, 0%))
hex
background-color: #5C0530;
tailwind
bg-[hsl(330,90%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 90%, 19%, 0.4);
css variable
--color-primary: hsl(330, 90%, 19%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 90%, 19%)?
HEX: #5C0530 | RGB: rgb(92, 5, 48) | CMYK: 0%, 95%, 48%, 64% | HSV: 330°, 95%, 36%. Copy any format from the conversion table above.
What colors go well with #5C0530?
The complementary color is HSL(150, 90%, 19%). 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%, 19%) in CSS?
As HSL: color: hsl(330, 90%, 19%); — As HEX: color: #5C0530; — As RGB: color: rgb(92, 5, 48); — Tailwind CSS: bg-[hsl(330,90%,19%)] — CSS variable: --color-primary: hsl(330, 90%, 19%);