HSL(330, 100%, 19%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,100%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 100%, 19%) | color: hsl(330, 100%, 19%) | |
| HEX | #610030 | color: #610030 | |
| RGB | rgb(97, 0, 48) | color: rgb(97, 0, 48) | |
| CMYK | cmyk(0%, 100%, 51%, 62%) | — | |
| HSV | hsv(330, 100%, 38%) | — | |
| HWB | hwb(330 0% 62%) | color: hwb(330 0% 62%) | |
| OKLCH | oklch(0.3191 0.1294 359.89) | color: oklch(0.3191 0.1294 359.89) | |
| Lab | lab(19.04 41.95 -0.26) | color: lab(19.04 41.95 -0.26) | |
| LCH | lch(19.04 41.95 359.64) | color: lch(19.04 41.95 359.64) |
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)
#373624 — rgb(55, 54, 36)
Deuteranopia (Green-blind)
#3D4422 — rgb(61, 68, 34)
Tritanopia (Blue-blind)
#5C1B19 — rgb(92, 27, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 100%, 19%);
text
color: hsl(330, 100%, 19%);
border
border: 2px solid hsl(330, 100%, 19%);
gradient light
background: linear-gradient(to right, hsl(330, 100%, 39%), hsl(330, 100%, 19%));
gradient dark
background: linear-gradient(to right, hsl(330, 100%, 19%), hsl(330, 100%, 0%))
hex
background-color: #610030;
tailwind
bg-[hsl(330,100%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 100%, 19%, 0.4);
css variable
--color-primary: hsl(330, 100%, 19%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 100%, 19%)?
HEX: #610030 | RGB: rgb(97, 0, 48) | CMYK: 0%, 100%, 51%, 62% | HSV: 330°, 100%, 38%. Copy any format from the conversion table above.
What colors go well with #610030?
The complementary color is HSL(150, 100%, 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, 100%, 19%) in CSS?
As HSL: color: hsl(330, 100%, 19%); — As HEX: color: #610030; — As RGB: color: rgb(97, 0, 48); — Tailwind CSS: bg-[hsl(330,100%,19%)] — CSS variable: --color-primary: hsl(330, 100%, 19%);