HSL(333, 83%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,83%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 83%, 77%) | color: hsl(333, 83%, 77%) | |
| HEX | #F594BF | color: #F594BF | |
| RGB | rgb(245, 148, 191) | color: rgb(245, 148, 191) | |
| CMYK | cmyk(0%, 40%, 22%, 4%) | — | |
| HSV | hsv(333, 40%, 96%) | — | |
| HWB | hwb(333 58% 4%) | color: hwb(333 58% 4%) | |
| OKLCH | oklch(0.7791 0.1268 352.37) | color: oklch(0.7791 0.1268 352.37) | |
| Lab | lab(72.47 41.92 -6.56) | color: lab(72.47 41.92 -6.56) | |
| LCH | lch(72.47 42.43 351.11) | color: lch(72.47 42.43 351.11) |
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)
#CBCAB5 — rgb(203, 202, 181)
Deuteranopia (Green-blind)
#D1D8B2 — rgb(209, 216, 178)
Tritanopia (Blue-blind)
#F0ACAB — rgb(240, 172, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 83%, 77%);
text
color: hsl(333, 83%, 77%);
border
border: 2px solid hsl(333, 83%, 77%);
gradient light
background: linear-gradient(to right, hsl(333, 83%, 97%), hsl(333, 83%, 77%));
gradient dark
background: linear-gradient(to right, hsl(333, 83%, 77%), hsl(333, 83%, 57%))
hex
background-color: #F594BF;
tailwind
bg-[hsl(333,83%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 83%, 77%, 0.4);
css variable
--color-primary: hsl(333, 83%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 83%, 77%)?
HEX: #F594BF | RGB: rgb(245, 148, 191) | CMYK: 0%, 40%, 22%, 4% | HSV: 333°, 40%, 96%. Copy any format from the conversion table above.
What colors go well with #F594BF?
The complementary color is HSL(153, 83%, 77%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 83%, 77%) in CSS?
As HSL: color: hsl(333, 83%, 77%); — As HEX: color: #F594BF; — As RGB: color: rgb(245, 148, 191); — Tailwind CSS: bg-[hsl(333,83%,77%)] — CSS variable: --color-primary: hsl(333, 83%, 77%);