HSL(340, 92%, 67%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,92%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 92%, 67%) | color: hsl(340, 92%, 67%) | |
| HEX | #F85D91 | color: #F85D91 | |
| RGB | rgb(248, 93, 145) | color: rgb(248, 93, 145) | |
| CMYK | cmyk(0%, 63%, 42%, 3%) | — | |
| HSV | hsv(340, 63%, 97%) | — | |
| HWB | hwb(340 36% 3%) | color: hwb(340 36% 3%) | |
| OKLCH | oklch(0.6933 0.1937 2.86) | color: oklch(0.6933 0.1937 2.86) | |
| Lab | lab(61.51 63.35 3.46) | color: lab(61.51 63.35 3.46) | |
| LCH | lch(61.51 63.44 3.13) | color: lch(61.51 63.44 3.13) |
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)
#B5B384 — rgb(181, 179, 132)
Deuteranopia (Green-blind)
#BECA81 — rgb(190, 202, 129)
Tritanopia (Blue-blind)
#F07A78 — rgb(240, 122, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 92%, 67%);
text
color: hsl(340, 92%, 67%);
border
border: 2px solid hsl(340, 92%, 67%);
gradient light
background: linear-gradient(to right, hsl(340, 92%, 87%), hsl(340, 92%, 67%));
gradient dark
background: linear-gradient(to right, hsl(340, 92%, 67%), hsl(340, 92%, 47%))
hex
background-color: #F85D91;
tailwind
bg-[hsl(340,92%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 92%, 67%, 0.4);
css variable
--color-primary: hsl(340, 92%, 67%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 92%, 67%)?
HEX: #F85D91 | RGB: rgb(248, 93, 145) | CMYK: 0%, 63%, 42%, 3% | HSV: 340°, 63%, 97%. Copy any format from the conversion table above.
What colors go well with #F85D91?
The complementary color is HSL(160, 92%, 67%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(340, 92%, 67%) in CSS?
As HSL: color: hsl(340, 92%, 67%); — As HEX: color: #F85D91; — As RGB: color: rgb(248, 93, 145); — Tailwind CSS: bg-[hsl(340,92%,67%)] — CSS variable: --color-primary: hsl(340, 92%, 67%);