HSL(330, 40%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,40%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 40%, 60%) | color: hsl(330, 40%, 60%) | |
| HEX | #C27099 | color: #C27099 | |
| RGB | rgb(194, 112, 153) | color: rgb(194, 112, 153) | |
| CMYK | cmyk(0%, 42%, 21%, 24%) | — | |
| HSV | hsv(330, 42%, 76%) | — | |
| HWB | hwb(330 44% 24%) | color: hwb(330 44% 24%) | |
| OKLCH | oklch(0.6478 0.1147 349.44) | color: oklch(0.6478 0.1147 349.44) | |
| Lab | lab(57.42 37.73 -8.08) | color: lab(57.42 37.73 -8.08) | |
| LCH | lch(57.42 38.59 347.91) | color: lch(57.42 38.59 347.91) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9E9E8F — rgb(158, 158, 143)
Deuteranopia (Green-blind)
#A3A98D — rgb(163, 169, 141)
Tritanopia (Blue-blind)
#BE8786 — rgb(190, 135, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 40%, 60%);
text
color: hsl(330, 40%, 60%);
border
border: 2px solid hsl(330, 40%, 60%);
gradient light
background: linear-gradient(to right, hsl(330, 40%, 80%), hsl(330, 40%, 60%));
gradient dark
background: linear-gradient(to right, hsl(330, 40%, 60%), hsl(330, 40%, 40%))
hex
background-color: #C27099;
tailwind
bg-[hsl(330,40%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 40%, 60%, 0.4);
css variable
--color-primary: hsl(330, 40%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 40%, 60%)?
HEX: #C27099 | RGB: rgb(194, 112, 153) | CMYK: 0%, 42%, 21%, 24% | HSV: 330°, 42%, 76%. Copy any format from the conversion table above.
What colors go well with #C27099?
The complementary color is HSL(150, 40%, 60%). 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, 40%, 60%) in CSS?
As HSL: color: hsl(330, 40%, 60%); — As HEX: color: #C27099; — As RGB: color: rgb(194, 112, 153); — Tailwind CSS: bg-[hsl(330,40%,60%)] — CSS variable: --color-primary: hsl(330, 40%, 60%);