HSL(332, 84%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,84%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 84%, 74%) | color: hsl(332, 84%, 74%) | |
| HEX | #F485B9 | color: #F485B9 | |
| RGB | rgb(244, 133, 185) | color: rgb(244, 133, 185) | |
| CMYK | cmyk(0%, 45%, 24%, 4%) | — | |
| HSV | hsv(332, 45%, 96%) | — | |
| HWB | hwb(332 53% 4%) | color: hwb(332 53% 4%) | |
| OKLCH | oklch(0.7529 0.147 351.73) | color: oklch(0.7529 0.147 351.73) | |
| Lab | lab(69.12 48.36 -8.2) | color: lab(69.12 48.36 -8.2) | |
| LCH | lch(69.12 49.05 350.38) | color: lch(69.12 49.05 350.38) |
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)
#C4C3AC — rgb(196, 195, 172)
Deuteranopia (Green-blind)
#CAD3A9 — rgb(202, 211, 169)
Tritanopia (Blue-blind)
#EEA2A0 — rgb(238, 162, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 84%, 74%);
text
color: hsl(332, 84%, 74%);
border
border: 2px solid hsl(332, 84%, 74%);
gradient light
background: linear-gradient(to right, hsl(332, 84%, 94%), hsl(332, 84%, 74%));
gradient dark
background: linear-gradient(to right, hsl(332, 84%, 74%), hsl(332, 84%, 54%))
hex
background-color: #F485B9;
tailwind
bg-[hsl(332,84%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 84%, 74%, 0.4);
css variable
--color-primary: hsl(332, 84%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 84%, 74%)?
HEX: #F485B9 | RGB: rgb(244, 133, 185) | CMYK: 0%, 45%, 24%, 4% | HSV: 332°, 45%, 96%. Copy any format from the conversion table above.
What colors go well with #F485B9?
The complementary color is HSL(152, 84%, 74%). 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, 84%, 74%) in CSS?
As HSL: color: hsl(332, 84%, 74%); — As HEX: color: #F485B9; — As RGB: color: rgb(244, 133, 185); — Tailwind CSS: bg-[hsl(332,84%,74%)] — CSS variable: --color-primary: hsl(332, 84%, 74%);