HSL(338, 64%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(338,64%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 64%, 55%) | color: hsl(338, 64%, 55%) | |
| HEX | #D64379 | color: #D64379 | |
| RGB | rgb(214, 67, 121) | color: rgb(214, 67, 121) | |
| CMYK | cmyk(0%, 69%, 43%, 16%) | — | |
| HSV | hsv(338, 69%, 84%) | — | |
| HWB | hwb(338 26% 16%) | color: hwb(338 26% 16%) | |
| OKLCH | oklch(0.6062 0.1874 2.11) | color: oklch(0.6062 0.1874 2.11) | |
| Lab | lab(51.49 61.19 2.41) | color: lab(51.49 61.19 2.41) | |
| LCH | lch(51.49 61.24 2.26) | color: lch(51.49 61.24 2.26) |
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)
#96956C — rgb(150, 149, 108)
Deuteranopia (Green-blind)
#9FAA69 — rgb(159, 170, 105)
Tritanopia (Blue-blind)
#CF625F — rgb(207, 98, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 64%, 55%);
text
color: hsl(338, 64%, 55%);
border
border: 2px solid hsl(338, 64%, 55%);
gradient light
background: linear-gradient(to right, hsl(338, 64%, 75%), hsl(338, 64%, 55%));
gradient dark
background: linear-gradient(to right, hsl(338, 64%, 55%), hsl(338, 64%, 35%))
hex
background-color: #D64379;
tailwind
bg-[hsl(338,64%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 64%, 55%, 0.4);
css variable
--color-primary: hsl(338, 64%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 64%, 55%)?
HEX: #D64379 | RGB: rgb(214, 67, 121) | CMYK: 0%, 69%, 43%, 16% | HSV: 338°, 69%, 84%. Copy any format from the conversion table above.
What colors go well with #D64379?
The complementary color is HSL(158, 64%, 55%). For a triadic harmony, use hues 338°, 98°, and 218°. For analogous combinations, try hues 308° and 8°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(338, 64%, 55%) in CSS?
As HSL: color: hsl(338, 64%, 55%); — As HEX: color: #D64379; — As RGB: color: rgb(214, 67, 121); — Tailwind CSS: bg-[hsl(338,64%,55%)] — CSS variable: --color-primary: hsl(338, 64%, 55%);