HSL(338, 60%, 46%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(338,60%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 60%, 46%) | color: hsl(338, 60%, 46%) | |
| HEX | #BC2F63 | color: #BC2F63 | |
| RGB | rgb(188, 47, 99) | color: rgb(188, 47, 99) | |
| CMYK | cmyk(0%, 75%, 47%, 26%) | — | |
| HSV | hsv(338, 75%, 74%) | — | |
| HWB | hwb(338 19% 26%) | color: hwb(338 19% 26%) | |
| OKLCH | oklch(0.5381 0.1803 3.47) | color: oklch(0.5381 0.1803 3.47) | |
| Lab | lab(43.7 58.76 4.02) | color: lab(43.7 58.76 4.02) | |
| LCH | lch(43.7 58.9 3.91) | color: lch(43.7 58.9 3.91) |
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)
#7F7E56 — rgb(127, 126, 86)
Deuteranopia (Green-blind)
#879253 — rgb(135, 146, 83)
Tritanopia (Blue-blind)
#B54C4A — rgb(181, 76, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 60%, 46%);
text
color: hsl(338, 60%, 46%);
border
border: 2px solid hsl(338, 60%, 46%);
gradient light
background: linear-gradient(to right, hsl(338, 60%, 66%), hsl(338, 60%, 46%));
gradient dark
background: linear-gradient(to right, hsl(338, 60%, 46%), hsl(338, 60%, 26%))
hex
background-color: #BC2F63;
tailwind
bg-[hsl(338,60%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 60%, 46%, 0.4);
css variable
--color-primary: hsl(338, 60%, 46%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 60%, 46%)?
HEX: #BC2F63 | RGB: rgb(188, 47, 99) | CMYK: 0%, 75%, 47%, 26% | HSV: 338°, 75%, 74%. Copy any format from the conversion table above.
What colors go well with #BC2F63?
The complementary color is HSL(158, 60%, 46%). 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, 60%, 46%) in CSS?
As HSL: color: hsl(338, 60%, 46%); — As HEX: color: #BC2F63; — As RGB: color: rgb(188, 47, 99); — Tailwind CSS: bg-[hsl(338,60%,46%)] — CSS variable: --color-primary: hsl(338, 60%, 46%);