HSL(317, 74%, 54%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,74%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 74%, 54%) | color: hsl(317, 74%, 54%) | |
| HEX | #E133AF | color: #E133AF | |
| RGB | rgb(225, 51, 175) | color: rgb(225, 51, 175) | |
| CMYK | cmyk(0%, 77%, 22%, 12%) | — | |
| HSV | hsv(317, 77%, 88%) | — | |
| HWB | hwb(317 20% 12%) | color: hwb(317 20% 12%) | |
| OKLCH | oklch(0.6304 0.2375 342.58) | color: oklch(0.6304 0.2375 342.58) | |
| Lab | lab(53.47 75.2 -26.5) | color: lab(53.47 75.2 -26.5) | |
| LCH | lch(53.47 79.73 340.59) | color: lch(53.47 79.73 340.59) |
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)
#969491 — rgb(150, 148, 145)
Deuteranopia (Green-blind)
#A0AD8A — rgb(160, 173, 138)
Tritanopia (Blue-blind)
#D87974 — rgb(216, 121, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 74%, 54%);
text
color: hsl(317, 74%, 54%);
border
border: 2px solid hsl(317, 74%, 54%);
gradient light
background: linear-gradient(to right, hsl(317, 74%, 74%), hsl(317, 74%, 54%));
gradient dark
background: linear-gradient(to right, hsl(317, 74%, 54%), hsl(317, 74%, 34%))
hex
background-color: #E133AF;
tailwind
bg-[hsl(317,74%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 74%, 54%, 0.4);
css variable
--color-primary: hsl(317, 74%, 54%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 74%, 54%)?
HEX: #E133AF | RGB: rgb(225, 51, 175) | CMYK: 0%, 77%, 22%, 12% | HSV: 317°, 77%, 88%. Copy any format from the conversion table above.
What colors go well with #E133AF?
The complementary color is HSL(137, 74%, 54%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 74%, 54%) in CSS?
As HSL: color: hsl(317, 74%, 54%); — As HEX: color: #E133AF; — As RGB: color: rgb(225, 51, 175); — Tailwind CSS: bg-[hsl(317,74%,54%)] — CSS variable: --color-primary: hsl(317, 74%, 54%);