HSL(344, 92%, 67%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,92%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 92%, 67%) | color: hsl(344, 92%, 67%) | |
| HEX | #F85D87 | color: #F85D87 | |
| RGB | rgb(248, 93, 135) | color: rgb(248, 93, 135) | |
| CMYK | cmyk(0%, 63%, 46%, 3%) | — | |
| HSV | hsv(344, 63%, 97%) | — | |
| HWB | hwb(344 36% 3%) | color: hwb(344 36% 3%) | |
| OKLCH | oklch(0.6906 0.1914 7.01) | color: oklch(0.6906 0.1914 7.01) | |
| Lab | lab(61.26 62.4 8.89) | color: lab(61.26 62.4 8.89) | |
| LCH | lch(61.26 63.03 8.11) | color: lch(61.26 63.03 8.11) |
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)
#B5B37D — rgb(181, 179, 125)
Deuteranopia (Green-blind)
#BECA7A — rgb(190, 202, 122)
Tritanopia (Blue-blind)
#F07573 — rgb(240, 117, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 92%, 67%);
text
color: hsl(344, 92%, 67%);
border
border: 2px solid hsl(344, 92%, 67%);
gradient light
background: linear-gradient(to right, hsl(344, 92%, 87%), hsl(344, 92%, 67%));
gradient dark
background: linear-gradient(to right, hsl(344, 92%, 67%), hsl(344, 92%, 47%))
hex
background-color: #F85D87;
tailwind
bg-[hsl(344,92%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 92%, 67%, 0.4);
css variable
--color-primary: hsl(344, 92%, 67%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 92%, 67%)?
HEX: #F85D87 | RGB: rgb(248, 93, 135) | CMYK: 0%, 63%, 46%, 3% | HSV: 344°, 63%, 97%. Copy any format from the conversion table above.
What colors go well with #F85D87?
The complementary color is HSL(164, 92%, 67%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 92%, 67%) in CSS?
As HSL: color: hsl(344, 92%, 67%); — As HEX: color: #F85D87; — As RGB: color: rgb(248, 93, 135); — Tailwind CSS: bg-[hsl(344,92%,67%)] — CSS variable: --color-primary: hsl(344, 92%, 67%);