HSL(315, 90%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,90%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 90%, 75%) | color: hsl(315, 90%, 75%) | |
| HEX | #F986DC | color: #F986DC | |
| RGB | rgb(249, 134, 220) | color: rgb(249, 134, 220) | |
| CMYK | cmyk(0%, 46%, 12%, 2%) | — | |
| HSV | hsv(315, 46%, 98%) | — | |
| HWB | hwb(315 53% 2%) | color: hwb(315 53% 2%) | |
| OKLCH | oklch(0.7731 0.1723 337.44) | color: oklch(0.7731 0.1723 337.44) | |
| Lab | lab(71.12 54.62 -24.59) | color: lab(71.12 54.62 -24.59) | |
| LCH | lch(71.12 59.9 335.76) | color: lch(71.12 59.9 335.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)
#C7C6C7 — rgb(199, 198, 199)
Deuteranopia (Green-blind)
#CED7C2 — rgb(206, 215, 194)
Tritanopia (Blue-blind)
#F3B7B3 — rgb(243, 183, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 90%, 75%);
text
color: hsl(315, 90%, 75%);
border
border: 2px solid hsl(315, 90%, 75%);
gradient light
background: linear-gradient(to right, hsl(315, 90%, 95%), hsl(315, 90%, 75%));
gradient dark
background: linear-gradient(to right, hsl(315, 90%, 75%), hsl(315, 90%, 55%))
hex
background-color: #F986DC;
tailwind
bg-[hsl(315,90%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 90%, 75%, 0.4);
css variable
--color-primary: hsl(315, 90%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 90%, 75%)?
HEX: #F986DC | RGB: rgb(249, 134, 220) | CMYK: 0%, 46%, 12%, 2% | HSV: 315°, 46%, 98%. Copy any format from the conversion table above.
What colors go well with #F986DC?
The complementary color is HSL(135, 90%, 75%). For a triadic harmony, use hues 315°, 75°, and 195°. For analogous combinations, try hues 285° and 345°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(315, 90%, 75%) in CSS?
As HSL: color: hsl(315, 90%, 75%); — As HEX: color: #F986DC; — As RGB: color: rgb(249, 134, 220); — Tailwind CSS: bg-[hsl(315,90%,75%)] — CSS variable: --color-primary: hsl(315, 90%, 75%);