HSL(332, 81%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,81%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 81%, 75%) | color: hsl(332, 81%, 75%) | |
| HEX | #F38CBC | color: #F38CBC | |
| RGB | rgb(243, 140, 188) | color: rgb(243, 140, 188) | |
| CMYK | cmyk(0%, 42%, 23%, 5%) | — | |
| HSV | hsv(332, 42%, 95%) | — | |
| HWB | hwb(332 55% 5%) | color: hwb(332 55% 5%) | |
| OKLCH | oklch(0.7633 0.1363 351.44) | color: oklch(0.7633 0.1363 351.44) | |
| Lab | lab(70.49 44.92 -7.86) | color: lab(70.49 44.92 -7.86) | |
| LCH | lch(70.49 45.6 350.07) | color: lch(70.49 45.6 350.07) |
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)
#C6C5B0 — rgb(198, 197, 176)
Deuteranopia (Green-blind)
#CCD4AE — rgb(204, 212, 174)
Tritanopia (Blue-blind)
#EEA7A5 — rgb(238, 167, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 81%, 75%);
text
color: hsl(332, 81%, 75%);
border
border: 2px solid hsl(332, 81%, 75%);
gradient light
background: linear-gradient(to right, hsl(332, 81%, 95%), hsl(332, 81%, 75%));
gradient dark
background: linear-gradient(to right, hsl(332, 81%, 75%), hsl(332, 81%, 55%))
hex
background-color: #F38CBC;
tailwind
bg-[hsl(332,81%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 81%, 75%, 0.4);
css variable
--color-primary: hsl(332, 81%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 81%, 75%)?
HEX: #F38CBC | RGB: rgb(243, 140, 188) | CMYK: 0%, 42%, 23%, 5% | HSV: 332°, 42%, 95%. Copy any format from the conversion table above.
What colors go well with #F38CBC?
The complementary color is HSL(152, 81%, 75%). 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, 81%, 75%) in CSS?
As HSL: color: hsl(332, 81%, 75%); — As HEX: color: #F38CBC; — As RGB: color: rgb(243, 140, 188); — Tailwind CSS: bg-[hsl(332,81%,75%)] — CSS variable: --color-primary: hsl(332, 81%, 75%);