HSL(301, 85%, 63%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,85%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 85%, 63%) | color: hsl(301, 85%, 63%) | |
| HEX | #F150EE | color: #F150EE | |
| RGB | rgb(241, 80, 238) | color: rgb(241, 80, 238) | |
| CMYK | cmyk(0%, 67%, 1%, 5%) | — | |
| HSV | hsv(301, 67%, 95%) | — | |
| HWB | hwb(301 31% 5%) | color: hwb(301 31% 5%) | |
| OKLCH | oklch(0.7077 0.258 328.66) | color: oklch(0.7077 0.258 328.66) | |
| Lab | lab(62.18 78.6 -48.57) | color: lab(62.18 78.6 -48.57) | |
| LCH | lch(62.18 92.4 328.29) | color: lch(62.18 92.4 328.29) |
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)
#ABAAC8 — rgb(171, 170, 200)
Deuteranopia (Green-blind)
#B5C1BF — rgb(181, 193, 191)
Tritanopia (Blue-blind)
#E9AAA3 — rgb(233, 170, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 85%, 63%);
text
color: hsl(301, 85%, 63%);
border
border: 2px solid hsl(301, 85%, 63%);
gradient light
background: linear-gradient(to right, hsl(301, 85%, 83%), hsl(301, 85%, 63%));
gradient dark
background: linear-gradient(to right, hsl(301, 85%, 63%), hsl(301, 85%, 43%))
hex
background-color: #F150EE;
tailwind
bg-[hsl(301,85%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 85%, 63%, 0.4);
css variable
--color-primary: hsl(301, 85%, 63%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 85%, 63%)?
HEX: #F150EE | RGB: rgb(241, 80, 238) | CMYK: 0%, 67%, 1%, 5% | HSV: 301°, 67%, 95%. Copy any format from the conversion table above.
What colors go well with #F150EE?
The complementary color is HSL(121, 85%, 63%). 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, 85%, 63%) in CSS?
As HSL: color: hsl(301, 85%, 63%); — As HEX: color: #F150EE; — As RGB: color: rgb(241, 80, 238); — Tailwind CSS: bg-[hsl(301,85%,63%)] — CSS variable: --color-primary: hsl(301, 85%, 63%);