HSL(322, 90%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,90%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 90%, 73%) | color: hsl(322, 90%, 73%) | |
| HEX | #F87CCB | color: #F87CCB | |
| RGB | rgb(248, 124, 203) | color: rgb(248, 124, 203) | |
| CMYK | cmyk(0%, 50%, 18%, 3%) | — | |
| HSV | hsv(322, 50%, 97%) | — | |
| HWB | hwb(322 49% 3%) | color: hwb(322 49% 3%) | |
| OKLCH | oklch(0.7515 0.1756 343.18) | color: oklch(0.7515 0.1756 343.18) | |
| Lab | lab(68.52 56.57 -19.11) | color: lab(68.52 56.57 -19.11) | |
| LCH | lch(68.52 59.71 341.33) | color: lch(68.52 59.71 341.33) |
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)
#C2C1B8 — rgb(194, 193, 184)
Deuteranopia (Green-blind)
#CAD3B3 — rgb(202, 211, 179)
Tritanopia (Blue-blind)
#F2A9A5 — rgb(242, 169, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 90%, 73%);
text
color: hsl(322, 90%, 73%);
border
border: 2px solid hsl(322, 90%, 73%);
gradient light
background: linear-gradient(to right, hsl(322, 90%, 93%), hsl(322, 90%, 73%));
gradient dark
background: linear-gradient(to right, hsl(322, 90%, 73%), hsl(322, 90%, 53%))
hex
background-color: #F87CCB;
tailwind
bg-[hsl(322,90%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 90%, 73%, 0.4);
css variable
--color-primary: hsl(322, 90%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 90%, 73%)?
HEX: #F87CCB | RGB: rgb(248, 124, 203) | CMYK: 0%, 50%, 18%, 3% | HSV: 322°, 50%, 97%. Copy any format from the conversion table above.
What colors go well with #F87CCB?
The complementary color is HSL(142, 90%, 73%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 90%, 73%) in CSS?
As HSL: color: hsl(322, 90%, 73%); — As HEX: color: #F87CCB; — As RGB: color: rgb(248, 124, 203); — Tailwind CSS: bg-[hsl(322,90%,73%)] — CSS variable: --color-primary: hsl(322, 90%, 73%);