HSL(330, 60%, 29%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,60%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 60%, 29%) | color: hsl(330, 60%, 29%) | |
| HEX | #761E4A | color: #761E4A | |
| RGB | rgb(118, 30, 74) | color: rgb(118, 30, 74) | |
| CMYK | cmyk(0%, 75%, 37%, 54%) | — | |
| HSV | hsv(330, 75%, 46%) | — | |
| HWB | hwb(330 12% 54%) | color: hwb(330 12% 54%) | |
| OKLCH | oklch(0.392 0.1288 354.16) | color: oklch(0.392 0.1288 354.16) | |
| Lab | lab(27.51 41.81 -5.16) | color: lab(27.51 41.81 -5.16) | |
| LCH | lch(27.51 42.13 352.96) | color: lch(27.51 42.13 352.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)
#504F3F — rgb(80, 79, 63)
Deuteranopia (Green-blind)
#555C3D — rgb(85, 92, 61)
Tritanopia (Blue-blind)
#723735 — rgb(114, 55, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 60%, 29%);
text
color: hsl(330, 60%, 29%);
border
border: 2px solid hsl(330, 60%, 29%);
gradient light
background: linear-gradient(to right, hsl(330, 60%, 49%), hsl(330, 60%, 29%));
gradient dark
background: linear-gradient(to right, hsl(330, 60%, 29%), hsl(330, 60%, 9%))
hex
background-color: #761E4A;
tailwind
bg-[hsl(330,60%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 60%, 29%, 0.4);
css variable
--color-primary: hsl(330, 60%, 29%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 60%, 29%)?
HEX: #761E4A | RGB: rgb(118, 30, 74) | CMYK: 0%, 75%, 37%, 54% | HSV: 330°, 75%, 46%. Copy any format from the conversion table above.
What colors go well with #761E4A?
The complementary color is HSL(150, 60%, 29%). 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, 60%, 29%) in CSS?
As HSL: color: hsl(330, 60%, 29%); — As HEX: color: #761E4A; — As RGB: color: rgb(118, 30, 74); — Tailwind CSS: bg-[hsl(330,60%,29%)] — CSS variable: --color-primary: hsl(330, 60%, 29%);