HSL(321, 83%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,83%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 83%, 70%) | color: hsl(321, 83%, 70%) | |
| HEX | #F273C6 | color: #F273C6 | |
| RGB | rgb(242, 115, 198) | color: rgb(242, 115, 198) | |
| CMYK | cmyk(0%, 52%, 18%, 5%) | — | |
| HSV | hsv(321, 52%, 95%) | — | |
| HWB | hwb(321 46% 5%) | color: hwb(321 46% 5%) | |
| OKLCH | oklch(0.7298 0.1815 342.63) | color: oklch(0.7298 0.1815 342.63) | |
| Lab | lab(65.92 58.29 -20.35) | color: lab(65.92 58.29 -20.35) | |
| LCH | lch(65.92 61.74 340.76) | color: lch(65.92 61.74 340.76) |
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)
#BBBAB2 — rgb(187, 186, 178)
Deuteranopia (Green-blind)
#C2CCAD — rgb(194, 204, 173)
Tritanopia (Blue-blind)
#ECA29F — rgb(236, 162, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 83%, 70%);
text
color: hsl(321, 83%, 70%);
border
border: 2px solid hsl(321, 83%, 70%);
gradient light
background: linear-gradient(to right, hsl(321, 83%, 90%), hsl(321, 83%, 70%));
gradient dark
background: linear-gradient(to right, hsl(321, 83%, 70%), hsl(321, 83%, 50%))
hex
background-color: #F273C6;
tailwind
bg-[hsl(321,83%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 83%, 70%, 0.4);
css variable
--color-primary: hsl(321, 83%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 83%, 70%)?
HEX: #F273C6 | RGB: rgb(242, 115, 198) | CMYK: 0%, 52%, 18%, 5% | HSV: 321°, 52%, 95%. Copy any format from the conversion table above.
What colors go well with #F273C6?
The complementary color is HSL(141, 83%, 70%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 83%, 70%) in CSS?
As HSL: color: hsl(321, 83%, 70%); — As HEX: color: #F273C6; — As RGB: color: rgb(242, 115, 198); — Tailwind CSS: bg-[hsl(321,83%,70%)] — CSS variable: --color-primary: hsl(321, 83%, 70%);