HSL(301, 65%, 68%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,65%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 65%, 68%) | color: hsl(301, 65%, 68%) | |
| HEX | #E278E1 | color: #E278E1 | |
| RGB | rgb(226, 120, 225) | color: rgb(226, 120, 225) | |
| CMYK | cmyk(0%, 47%, 0%, 11%) | — | |
| HSV | hsv(301, 47%, 89%) | — | |
| HWB | hwb(301 47% 11%) | color: hwb(301 47% 11%) | |
| OKLCH | oklch(0.7279 0.1832 327.6) | color: oklch(0.7279 0.1832 327.6) | |
| Lab | lab(65.78 55.57 -35.83) | color: lab(65.78 55.57 -35.83) | |
| LCH | lch(65.78 66.12 327.19) | color: lch(65.78 66.12 327.19) |
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)
#B4B3C8 — rgb(180, 179, 200)
Deuteranopia (Green-blind)
#BAC2C2 — rgb(186, 194, 194)
Tritanopia (Blue-blind)
#DDB4AF — rgb(221, 180, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 65%, 68%);
text
color: hsl(301, 65%, 68%);
border
border: 2px solid hsl(301, 65%, 68%);
gradient light
background: linear-gradient(to right, hsl(301, 65%, 88%), hsl(301, 65%, 68%));
gradient dark
background: linear-gradient(to right, hsl(301, 65%, 68%), hsl(301, 65%, 48%))
hex
background-color: #E278E1;
tailwind
bg-[hsl(301,65%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 65%, 68%, 0.4);
css variable
--color-primary: hsl(301, 65%, 68%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 65%, 68%)?
HEX: #E278E1 | RGB: rgb(226, 120, 225) | CMYK: 0%, 47%, 0%, 11% | HSV: 301°, 47%, 89%. Copy any format from the conversion table above.
What colors go well with #E278E1?
The complementary color is HSL(121, 65%, 68%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 65%, 68%) in CSS?
As HSL: color: hsl(301, 65%, 68%); — As HEX: color: #E278E1; — As RGB: color: rgb(226, 120, 225); — Tailwind CSS: bg-[hsl(301,65%,68%)] — CSS variable: --color-primary: hsl(301, 65%, 68%);