HSL(315, 92%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,92%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 92%, 64%) | color: hsl(315, 92%, 64%) | |
| HEX | #F84FCD | color: #F84FCD | |
| RGB | rgb(248, 79, 205) | color: rgb(248, 79, 205) | |
| CMYK | cmyk(0%, 68%, 17%, 3%) | — | |
| HSV | hsv(315, 68%, 97%) | — | |
| HWB | hwb(315 31% 3%) | color: hwb(315 31% 3%) | |
| OKLCH | oklch(0.7008 0.2401 339.72) | color: oklch(0.7008 0.2401 339.72) | |
| Lab | lab(61.62 75.75 -30.83) | color: lab(61.62 75.75 -30.83) | |
| LCH | lch(61.62 81.78 337.85) | color: lch(61.62 81.78 337.85) |
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)
#AFADAF — rgb(175, 173, 175)
Deuteranopia (Green-blind)
#B9C5A7 — rgb(185, 197, 167)
Tritanopia (Blue-blind)
#F09691 — rgb(240, 150, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 92%, 64%);
text
color: hsl(315, 92%, 64%);
border
border: 2px solid hsl(315, 92%, 64%);
gradient light
background: linear-gradient(to right, hsl(315, 92%, 84%), hsl(315, 92%, 64%));
gradient dark
background: linear-gradient(to right, hsl(315, 92%, 64%), hsl(315, 92%, 44%))
hex
background-color: #F84FCD;
tailwind
bg-[hsl(315,92%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 92%, 64%, 0.4);
css variable
--color-primary: hsl(315, 92%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 92%, 64%)?
HEX: #F84FCD | RGB: rgb(248, 79, 205) | CMYK: 0%, 68%, 17%, 3% | HSV: 315°, 68%, 97%. Copy any format from the conversion table above.
What colors go well with #F84FCD?
The complementary color is HSL(135, 92%, 64%). 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, 92%, 64%) in CSS?
As HSL: color: hsl(315, 92%, 64%); — As HEX: color: #F84FCD; — As RGB: color: rgb(248, 79, 205); — Tailwind CSS: bg-[hsl(315,92%,64%)] — CSS variable: --color-primary: hsl(315, 92%, 64%);