HSL(308, 75%, 76%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(308,75%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 75%, 76%) | color: hsl(308, 75%, 76%) | |
| HEX | #F094E3 | color: #F094E3 | |
| RGB | rgb(240, 148, 227) | color: rgb(240, 148, 227) | |
| CMYK | cmyk(0%, 38%, 5%, 6%) | — | |
| HSV | hsv(308, 38%, 94%) | — | |
| HWB | hwb(308 58% 6%) | color: hwb(308 58% 6%) | |
| OKLCH | oklch(0.7862 0.1478 332.13) | color: oklch(0.7862 0.1478 332.13) | |
| Lab | lab(73.06 45.97 -25.57) | color: lab(73.06 45.97 -25.57) | |
| LCH | lch(73.06 52.6 330.92) | color: lch(73.06 52.6 330.92) |
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)
#C8C7D0 — rgb(200, 199, 208)
Deuteranopia (Green-blind)
#CED4CB — rgb(206, 212, 203)
Tritanopia (Blue-blind)
#EBC1BD — rgb(235, 193, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 75%, 76%);
text
color: hsl(308, 75%, 76%);
border
border: 2px solid hsl(308, 75%, 76%);
gradient light
background: linear-gradient(to right, hsl(308, 75%, 96%), hsl(308, 75%, 76%));
gradient dark
background: linear-gradient(to right, hsl(308, 75%, 76%), hsl(308, 75%, 56%))
hex
background-color: #F094E3;
tailwind
bg-[hsl(308,75%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 75%, 76%, 0.4);
css variable
--color-primary: hsl(308, 75%, 76%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 75%, 76%)?
HEX: #F094E3 | RGB: rgb(240, 148, 227) | CMYK: 0%, 38%, 5%, 6% | HSV: 308°, 38%, 94%. Copy any format from the conversion table above.
What colors go well with #F094E3?
The complementary color is HSL(128, 75%, 76%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 75%, 76%) in CSS?
As HSL: color: hsl(308, 75%, 76%); — As HEX: color: #F094E3; — As RGB: color: rgb(240, 148, 227); — Tailwind CSS: bg-[hsl(308,75%,76%)] — CSS variable: --color-primary: hsl(308, 75%, 76%);