HSL(337, 92%, 67%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,92%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 92%, 67%) | color: hsl(337, 92%, 67%) | |
| HEX | #F85D99 | color: #F85D99 | |
| RGB | rgb(248, 93, 153) | color: rgb(248, 93, 153) | |
| CMYK | cmyk(0%, 63%, 38%, 3%) | — | |
| HSV | hsv(337, 63%, 97%) | — | |
| HWB | hwb(337 36% 3%) | color: hwb(337 36% 3%) | |
| OKLCH | oklch(0.6957 0.1961 359.58) | color: oklch(0.6957 0.1961 359.58) | |
| Lab | lab(61.73 64.16 -0.85) | color: lab(61.73 64.16 -0.85) | |
| LCH | lch(61.73 64.17 359.24) | color: lch(61.73 64.17 359.24) |
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)
#B5B38A — rgb(181, 179, 138)
Deuteranopia (Green-blind)
#BECA87 — rgb(190, 202, 135)
Tritanopia (Blue-blind)
#F07F7D — rgb(240, 127, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 92%, 67%);
text
color: hsl(337, 92%, 67%);
border
border: 2px solid hsl(337, 92%, 67%);
gradient light
background: linear-gradient(to right, hsl(337, 92%, 87%), hsl(337, 92%, 67%));
gradient dark
background: linear-gradient(to right, hsl(337, 92%, 67%), hsl(337, 92%, 47%))
hex
background-color: #F85D99;
tailwind
bg-[hsl(337,92%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 92%, 67%, 0.4);
css variable
--color-primary: hsl(337, 92%, 67%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 92%, 67%)?
HEX: #F85D99 | RGB: rgb(248, 93, 153) | CMYK: 0%, 63%, 38%, 3% | HSV: 337°, 63%, 97%. Copy any format from the conversion table above.
What colors go well with #F85D99?
The complementary color is HSL(157, 92%, 67%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 92%, 67%) in CSS?
As HSL: color: hsl(337, 92%, 67%); — As HEX: color: #F85D99; — As RGB: color: rgb(248, 93, 153); — Tailwind CSS: bg-[hsl(337,92%,67%)] — CSS variable: --color-primary: hsl(337, 92%, 67%);