HSL(332, 78%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,78%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 78%, 76%) | color: hsl(332, 78%, 76%) | |
| HEX | #F292BF | color: #F292BF | |
| RGB | rgb(242, 146, 191) | color: rgb(242, 146, 191) | |
| CMYK | cmyk(0%, 40%, 21%, 5%) | — | |
| HSV | hsv(332, 40%, 95%) | — | |
| HWB | hwb(332 57% 5%) | color: hwb(332 57% 5%) | |
| OKLCH | oklch(0.7724 0.1271 350.92) | color: oklch(0.7724 0.1271 350.92) | |
| Lab | lab(71.69 41.94 -7.75) | color: lab(71.69 41.94 -7.75) | |
| LCH | lch(71.69 42.65 349.53) | color: lch(71.69 42.65 349.53) |
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)
#C8C8B4 — rgb(200, 200, 180)
Deuteranopia (Green-blind)
#CED5B2 — rgb(206, 213, 178)
Tritanopia (Blue-blind)
#EDACAA — rgb(237, 172, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 78%, 76%);
text
color: hsl(332, 78%, 76%);
border
border: 2px solid hsl(332, 78%, 76%);
gradient light
background: linear-gradient(to right, hsl(332, 78%, 96%), hsl(332, 78%, 76%));
gradient dark
background: linear-gradient(to right, hsl(332, 78%, 76%), hsl(332, 78%, 56%))
hex
background-color: #F292BF;
tailwind
bg-[hsl(332,78%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 78%, 76%, 0.4);
css variable
--color-primary: hsl(332, 78%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 78%, 76%)?
HEX: #F292BF | RGB: rgb(242, 146, 191) | CMYK: 0%, 40%, 21%, 5% | HSV: 332°, 40%, 95%. Copy any format from the conversion table above.
What colors go well with #F292BF?
The complementary color is HSL(152, 78%, 76%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 78%, 76%) in CSS?
As HSL: color: hsl(332, 78%, 76%); — As HEX: color: #F292BF; — As RGB: color: rgb(242, 146, 191); — Tailwind CSS: bg-[hsl(332,78%,76%)] — CSS variable: --color-primary: hsl(332, 78%, 76%);