HSL(306, 83%, 83%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,83%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 83%, 83%) | color: hsl(306, 83%, 83%) | |
| HEX | #F8B0F0 | color: #F8B0F0 | |
| RGB | rgb(248, 176, 240) | color: rgb(248, 176, 240) | |
| CMYK | cmyk(0%, 29%, 3%, 3%) | — | |
| HSV | hsv(307, 29%, 97%) | — | |
| HWB | hwb(307 69% 3%) | color: hwb(307 69% 3%) | |
| OKLCH | oklch(0.8448 0.1169 330.44) | color: oklch(0.8448 0.1169 330.44) | |
| Lab | lab(80.35 36.16 -21.44) | color: lab(80.35 36.16 -21.44) | |
| LCH | lch(80.35 42.04 329.34) | color: lch(80.35 42.04 329.34) |
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)
#D9D8E1 — rgb(217, 216, 225)
Deuteranopia (Green-blind)
#DDE2DD — rgb(221, 226, 221)
Tritanopia (Blue-blind)
#F4D4D2 — rgb(244, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 83%, 83%);
text
color: hsl(306, 83%, 83%);
border
border: 2px solid hsl(306, 83%, 83%);
gradient light
background: linear-gradient(to right, hsl(306, 83%, 100%), hsl(306, 83%, 83%));
gradient dark
background: linear-gradient(to right, hsl(306, 83%, 83%), hsl(306, 83%, 63%))
hex
background-color: #F8B0F0;
tailwind
bg-[hsl(306,83%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 83%, 83%, 0.4);
css variable
--color-primary: hsl(306, 83%, 83%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 83%, 83%)?
HEX: #F8B0F0 | RGB: rgb(248, 176, 240) | CMYK: 0%, 29%, 3%, 3% | HSV: 307°, 29%, 97%. Copy any format from the conversion table above.
What colors go well with #F8B0F0?
The complementary color is HSL(126, 83%, 83%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 83%, 83%) in CSS?
As HSL: color: hsl(306, 83%, 83%); — As HEX: color: #F8B0F0; — As RGB: color: rgb(248, 176, 240); — Tailwind CSS: bg-[hsl(306,83%,83%)] — CSS variable: --color-primary: hsl(306, 83%, 83%);