HSL(312, 96%, 80%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(312,96%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(312, 96%, 80%) | color: hsl(312, 96%, 80%) | |
| HEX | #FD9BE9 | color: #FD9BE9 | |
| RGB | rgb(253, 155, 233) | color: rgb(253, 155, 233) | |
| CMYK | cmyk(0%, 39%, 8%, 1%) | — | |
| HSV | hsv(312, 39%, 99%) | — | |
| HWB | hwb(312 60% 1%) | color: hwb(312 60% 1%) | |
| OKLCH | oklch(0.8138 0.1507 334.72) | color: oklch(0.8138 0.1507 334.72) | |
| Lab | lab(76.2 47.44 -23.91) | color: lab(76.2 47.44 -23.91) | |
| LCH | lch(76.2 53.12 333.25) | color: lch(76.2 53.12 333.25) |
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)
#D3D2D6 — rgb(211, 210, 214)
Deuteranopia (Green-blind)
#D8E0D2 — rgb(216, 224, 210)
Tritanopia (Blue-blind)
#F8C7C4 — rgb(248, 199, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(312, 96%, 80%);
text
color: hsl(312, 96%, 80%);
border
border: 2px solid hsl(312, 96%, 80%);
gradient light
background: linear-gradient(to right, hsl(312, 96%, 100%), hsl(312, 96%, 80%));
gradient dark
background: linear-gradient(to right, hsl(312, 96%, 80%), hsl(312, 96%, 60%))
hex
background-color: #FD9BE9;
tailwind
bg-[hsl(312,96%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(312, 96%, 80%, 0.4);
css variable
--color-primary: hsl(312, 96%, 80%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(312, 96%, 80%)?
HEX: #FD9BE9 | RGB: rgb(253, 155, 233) | CMYK: 0%, 39%, 8%, 1% | HSV: 312°, 39%, 99%. Copy any format from the conversion table above.
What colors go well with #FD9BE9?
The complementary color is HSL(132, 96%, 80%). For a triadic harmony, use hues 312°, 72°, and 192°. For analogous combinations, try hues 282° and 342°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(312, 96%, 80%) in CSS?
As HSL: color: hsl(312, 96%, 80%); — As HEX: color: #FD9BE9; — As RGB: color: rgb(253, 155, 233); — Tailwind CSS: bg-[hsl(312,96%,80%)] — CSS variable: --color-primary: hsl(312, 96%, 80%);