HSL(333, 90%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,90%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 90%, 77%) | color: hsl(333, 90%, 77%) | |
| HEX | #F990BF | color: #F990BF | |
| RGB | rgb(249, 144, 191) | color: rgb(249, 144, 191) | |
| CMYK | cmyk(0%, 42%, 23%, 2%) | — | |
| HSV | hsv(333, 42%, 98%) | — | |
| HWB | hwb(333 57% 2%) | color: hwb(333 57% 2%) | |
| OKLCH | oklch(0.7776 0.1373 352.47) | color: oklch(0.7776 0.1373 352.47) | |
| Lab | lab(72.13 45.31 -7.01) | color: lab(72.13 45.31 -7.01) | |
| LCH | lch(72.13 45.85 351.21) | color: lch(72.13 45.85 351.21) |
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)
#CCCBB4 — rgb(204, 203, 180)
Deuteranopia (Green-blind)
#D2DAB1 — rgb(210, 218, 177)
Tritanopia (Blue-blind)
#F4ABA9 — rgb(244, 171, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 90%, 77%);
text
color: hsl(333, 90%, 77%);
border
border: 2px solid hsl(333, 90%, 77%);
gradient light
background: linear-gradient(to right, hsl(333, 90%, 97%), hsl(333, 90%, 77%));
gradient dark
background: linear-gradient(to right, hsl(333, 90%, 77%), hsl(333, 90%, 57%))
hex
background-color: #F990BF;
tailwind
bg-[hsl(333,90%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 90%, 77%, 0.4);
css variable
--color-primary: hsl(333, 90%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 90%, 77%)?
HEX: #F990BF | RGB: rgb(249, 144, 191) | CMYK: 0%, 42%, 23%, 2% | HSV: 333°, 42%, 98%. Copy any format from the conversion table above.
What colors go well with #F990BF?
The complementary color is HSL(153, 90%, 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, 90%, 77%) in CSS?
As HSL: color: hsl(333, 90%, 77%); — As HEX: color: #F990BF; — As RGB: color: rgb(249, 144, 191); — Tailwind CSS: bg-[hsl(333,90%,77%)] — CSS variable: --color-primary: hsl(333, 90%, 77%);