HSL(316, 83%, 85%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,83%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 83%, 85%) | color: hsl(316, 83%, 85%) | |
| HEX | #F8B9E8 | color: #F8B9E8 | |
| RGB | rgb(248, 185, 232) | color: rgb(248, 185, 232) | |
| CMYK | cmyk(0%, 25%, 6%, 3%) | — | |
| HSV | hsv(315, 25%, 97%) | — | |
| HWB | hwb(315 73% 3%) | color: hwb(315 73% 3%) | |
| OKLCH | oklch(0.8574 0.0942 335.79) | color: oklch(0.8574 0.0942 335.79) | |
| Lab | lab(82.1 30.03 -14.5) | color: lab(82.1 30.03 -14.5) | |
| LCH | lch(82.1 33.35 334.23) | color: lch(82.1 33.35 334.23) |
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)
#DDDCDD — rgb(221, 220, 221)
Deuteranopia (Green-blind)
#E0E5DA — rgb(224, 229, 218)
Tritanopia (Blue-blind)
#F5D4D2 — rgb(245, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 83%, 85%);
text
color: hsl(316, 83%, 85%);
border
border: 2px solid hsl(316, 83%, 85%);
gradient light
background: linear-gradient(to right, hsl(316, 83%, 100%), hsl(316, 83%, 85%));
gradient dark
background: linear-gradient(to right, hsl(316, 83%, 85%), hsl(316, 83%, 65%))
hex
background-color: #F8B9E8;
tailwind
bg-[hsl(316,83%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 83%, 85%, 0.4);
css variable
--color-primary: hsl(316, 83%, 85%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 83%, 85%)?
HEX: #F8B9E8 | RGB: rgb(248, 185, 232) | CMYK: 0%, 25%, 6%, 3% | HSV: 315°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #F8B9E8?
The complementary color is HSL(136, 83%, 85%). 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, 83%, 85%) in CSS?
As HSL: color: hsl(316, 83%, 85%); — As HEX: color: #F8B9E8; — As RGB: color: rgb(248, 185, 232); — Tailwind CSS: bg-[hsl(316,83%,85%)] — CSS variable: --color-primary: hsl(316, 83%, 85%);