HSL(305, 90%, 36%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(305,90%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(305, 90%, 36%) | color: hsl(305, 90%, 36%) | |
| HEX | #AE09A1 | color: #AE09A1 | |
| RGB | rgb(174, 9, 161) | color: rgb(174, 9, 161) | |
| CMYK | cmyk(0%, 95%, 7%, 32%) | — | |
| HSV | hsv(305, 95%, 68%) | — | |
| HWB | hwb(305 3% 32%) | color: hwb(305 3% 32%) | |
| OKLCH | oklch(0.5211 0.2305 332.48) | color: oklch(0.5211 0.2305 332.48) | |
| Lab | lab(40.85 70.94 -38.62) | color: lab(40.85 70.94 -38.62) | |
| LCH | lch(40.85 80.77 331.44) | color: lch(40.85 80.77 331.44) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#67657C — rgb(103, 101, 124)
Deuteranopia (Green-blind)
#707D73 — rgb(112, 125, 115)
Tritanopia (Blue-blind)
#A65F59 — rgb(166, 95, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(305, 90%, 36%);
text
color: hsl(305, 90%, 36%);
border
border: 2px solid hsl(305, 90%, 36%);
gradient light
background: linear-gradient(to right, hsl(305, 90%, 56%), hsl(305, 90%, 36%));
gradient dark
background: linear-gradient(to right, hsl(305, 90%, 36%), hsl(305, 90%, 16%))
hex
background-color: #AE09A1;
tailwind
bg-[hsl(305,90%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(305, 90%, 36%, 0.4);
css variable
--color-primary: hsl(305, 90%, 36%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(305, 90%, 36%)?
HEX: #AE09A1 | RGB: rgb(174, 9, 161) | CMYK: 0%, 95%, 7%, 32% | HSV: 305°, 95%, 68%. Copy any format from the conversion table above.
What colors go well with #AE09A1?
The complementary color is HSL(125, 90%, 36%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(305, 90%, 36%) in CSS?
As HSL: color: hsl(305, 90%, 36%); — As HEX: color: #AE09A1; — As RGB: color: rgb(174, 9, 161); — Tailwind CSS: bg-[hsl(305,90%,36%)] — CSS variable: --color-primary: hsl(305, 90%, 36%);