HSL(325, 83%, 83%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,83%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 83%, 83%) | color: hsl(325, 83%, 83%) | |
| HEX | #F8B0DA | color: #F8B0DA | |
| RGB | rgb(248, 176, 218) | color: rgb(248, 176, 218) | |
| CMYK | cmyk(0%, 29%, 12%, 3%) | — | |
| HSV | hsv(325, 29%, 97%) | — | |
| HWB | hwb(325 69% 3%) | color: hwb(325 69% 3%) | |
| OKLCH | oklch(0.8372 0.099 343.59) | color: oklch(0.8372 0.099 343.59) | |
| Lab | lab(79.65 32.44 -10.61) | color: lab(79.65 32.44 -10.61) | |
| LCH | lch(79.65 34.13 341.89) | color: lch(79.65 34.13 341.89) |
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)
#D9D8D0 — rgb(217, 216, 208)
Deuteranopia (Green-blind)
#DDE2CD — rgb(221, 226, 205)
Tritanopia (Blue-blind)
#F4C8C6 — rgb(244, 200, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 83%, 83%);
text
color: hsl(325, 83%, 83%);
border
border: 2px solid hsl(325, 83%, 83%);
gradient light
background: linear-gradient(to right, hsl(325, 83%, 100%), hsl(325, 83%, 83%));
gradient dark
background: linear-gradient(to right, hsl(325, 83%, 83%), hsl(325, 83%, 63%))
hex
background-color: #F8B0DA;
tailwind
bg-[hsl(325,83%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 83%, 83%, 0.4);
css variable
--color-primary: hsl(325, 83%, 83%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 83%, 83%)?
HEX: #F8B0DA | RGB: rgb(248, 176, 218) | CMYK: 0%, 29%, 12%, 3% | HSV: 325°, 29%, 97%. Copy any format from the conversion table above.
What colors go well with #F8B0DA?
The complementary color is HSL(145, 83%, 83%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 83%, 83%) in CSS?
As HSL: color: hsl(325, 83%, 83%); — As HEX: color: #F8B0DA; — As RGB: color: rgb(248, 176, 218); — Tailwind CSS: bg-[hsl(325,83%,83%)] — CSS variable: --color-primary: hsl(325, 83%, 83%);