HSL(316, 69%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,69%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 69%, 82%) | color: hsl(316, 69%, 82%) | |
| HEX | #F1B1E0 | color: #F1B1E0 | |
| RGB | rgb(241, 177, 224) | color: rgb(241, 177, 224) | |
| CMYK | cmyk(0%, 27%, 7%, 5%) | — | |
| HSV | hsv(316, 27%, 95%) | — | |
| HWB | hwb(316 69% 5%) | color: hwb(316 69% 5%) | |
| OKLCH | oklch(0.8339 0.0956 336.37) | color: oklch(0.8339 0.0956 336.37) | |
| Lab | lab(79.35 30.56 -14.4) | color: lab(79.35 30.56 -14.4) | |
| LCH | lch(79.35 33.78 334.77) | color: lch(79.35 33.78 334.77) |
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)
#D5D5D5 — rgb(213, 213, 213)
Deuteranopia (Green-blind)
#D9DED2 — rgb(217, 222, 210)
Tritanopia (Blue-blind)
#EECCCA — rgb(238, 204, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 69%, 82%);
text
color: hsl(316, 69%, 82%);
border
border: 2px solid hsl(316, 69%, 82%);
gradient light
background: linear-gradient(to right, hsl(316, 69%, 100%), hsl(316, 69%, 82%));
gradient dark
background: linear-gradient(to right, hsl(316, 69%, 82%), hsl(316, 69%, 62%))
hex
background-color: #F1B1E0;
tailwind
bg-[hsl(316,69%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 69%, 82%, 0.4);
css variable
--color-primary: hsl(316, 69%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 69%, 82%)?
HEX: #F1B1E0 | RGB: rgb(241, 177, 224) | CMYK: 0%, 27%, 7%, 5% | HSV: 316°, 27%, 95%. Copy any format from the conversion table above.
What colors go well with #F1B1E0?
The complementary color is HSL(136, 69%, 82%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 69%, 82%) in CSS?
As HSL: color: hsl(316, 69%, 82%); — As HEX: color: #F1B1E0; — As RGB: color: rgb(241, 177, 224); — Tailwind CSS: bg-[hsl(316,69%,82%)] — CSS variable: --color-primary: hsl(316, 69%, 82%);