HSL(296, 97%, 77%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,97%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 97%, 77%) | color: hsl(296, 97%, 77%) | |
| HEX | #F68BFD | color: #F68BFD | |
| RGB | rgb(246, 139, 253) | color: rgb(246, 139, 253) | |
| CMYK | cmyk(3%, 45%, 0%, 1%) | — | |
| HSV | hsv(296, 45%, 99%) | — | |
| HWB | hwb(296 54% 1%) | color: hwb(296 54% 1%) | |
| OKLCH | oklch(0.7905 0.1901 324.92) | color: oklch(0.7905 0.1901 324.92) | |
| Lab | lab(72.99 56.85 -39.8) | color: lab(72.99 56.85 -39.8) | |
| LCH | lch(72.99 69.4 325) | color: lch(72.99 69.4 325) |
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)
#C8C7E1 — rgb(200, 199, 225)
Deuteranopia (Green-blind)
#CED6DB — rgb(206, 214, 219)
Tritanopia (Blue-blind)
#F1CCC7 — rgb(241, 204, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 97%, 77%);
text
color: hsl(296, 97%, 77%);
border
border: 2px solid hsl(296, 97%, 77%);
gradient light
background: linear-gradient(to right, hsl(296, 97%, 97%), hsl(296, 97%, 77%));
gradient dark
background: linear-gradient(to right, hsl(296, 97%, 77%), hsl(296, 97%, 57%))
hex
background-color: #F68BFD;
tailwind
bg-[hsl(296,97%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 97%, 77%, 0.4);
css variable
--color-primary: hsl(296, 97%, 77%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 97%, 77%)?
HEX: #F68BFD | RGB: rgb(246, 139, 253) | CMYK: 3%, 45%, 0%, 1% | HSV: 296°, 45%, 99%. Copy any format from the conversion table above.
What colors go well with #F68BFD?
The complementary color is HSL(116, 97%, 77%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 97%, 77%) in CSS?
As HSL: color: hsl(296, 97%, 77%); — As HEX: color: #F68BFD; — As RGB: color: rgb(246, 139, 253); — Tailwind CSS: bg-[hsl(296,97%,77%)] — CSS variable: --color-primary: hsl(296, 97%, 77%);