HSL(306, 84%, 84%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,84%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 84%, 84%) | color: hsl(306, 84%, 84%) | |
| HEX | #F8B4F2 | color: #F8B4F2 | |
| RGB | rgb(248, 180, 242) | color: rgb(248, 180, 242) | |
| CMYK | cmyk(0%, 27%, 2%, 3%) | — | |
| HSV | hsv(305, 27%, 97%) | — | |
| HWB | hwb(305 71% 3%) | color: hwb(305 71% 3%) | |
| OKLCH | oklch(0.8523 0.1118 329.53) | color: oklch(0.8523 0.1118 329.53) | |
| Lab | lab(81.3 34.41 -21.07) | color: lab(81.3 34.41 -21.07) | |
| LCH | lch(81.3 40.35 328.52) | color: lch(81.3 40.35 328.52) |
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)
#DBDAE3 — rgb(219, 218, 227)
Deuteranopia (Green-blind)
#DFE4DF — rgb(223, 228, 223)
Tritanopia (Blue-blind)
#F5D7D5 — rgb(245, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 84%, 84%);
text
color: hsl(306, 84%, 84%);
border
border: 2px solid hsl(306, 84%, 84%);
gradient light
background: linear-gradient(to right, hsl(306, 84%, 100%), hsl(306, 84%, 84%));
gradient dark
background: linear-gradient(to right, hsl(306, 84%, 84%), hsl(306, 84%, 64%))
hex
background-color: #F8B4F2;
tailwind
bg-[hsl(306,84%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 84%, 84%, 0.4);
css variable
--color-primary: hsl(306, 84%, 84%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 84%, 84%)?
HEX: #F8B4F2 | RGB: rgb(248, 180, 242) | CMYK: 0%, 27%, 2%, 3% | HSV: 305°, 27%, 97%. Copy any format from the conversion table above.
What colors go well with #F8B4F2?
The complementary color is HSL(126, 84%, 84%). 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, 84%, 84%) in CSS?
As HSL: color: hsl(306, 84%, 84%); — As HEX: color: #F8B4F2; — As RGB: color: rgb(248, 180, 242); — Tailwind CSS: bg-[hsl(306,84%,84%)] — CSS variable: --color-primary: hsl(306, 84%, 84%);