HSL(337, 83%, 42%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,83%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 83%, 42%) | color: hsl(337, 83%, 42%) | |
| HEX | #C41256 | color: #C41256 | |
| RGB | rgb(196, 18, 86) | color: rgb(196, 18, 86) | |
| CMYK | cmyk(0%, 91%, 56%, 23%) | — | |
| HSV | hsv(337, 91%, 77%) | — | |
| HWB | hwb(337 7% 23%) | color: hwb(337 7% 23%) | |
| OKLCH | oklch(0.5312 0.2051 7.64) | color: oklch(0.5312 0.2051 7.64) | |
| Lab | lab(42.53 66.64 10.73) | color: lab(42.53 66.64 10.73) | |
| LCH | lch(42.53 67.5 9.15) | color: lch(42.53 67.5 9.15) |
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)
#777546 — rgb(119, 117, 70)
Deuteranopia (Green-blind)
#818F42 — rgb(129, 143, 66)
Tritanopia (Blue-blind)
#BB3936 — rgb(187, 57, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 83%, 42%);
text
color: hsl(337, 83%, 42%);
border
border: 2px solid hsl(337, 83%, 42%);
gradient light
background: linear-gradient(to right, hsl(337, 83%, 62%), hsl(337, 83%, 42%));
gradient dark
background: linear-gradient(to right, hsl(337, 83%, 42%), hsl(337, 83%, 22%))
hex
background-color: #C41256;
tailwind
bg-[hsl(337,83%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 83%, 42%, 0.4);
css variable
--color-primary: hsl(337, 83%, 42%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 83%, 42%)?
HEX: #C41256 | RGB: rgb(196, 18, 86) | CMYK: 0%, 91%, 56%, 23% | HSV: 337°, 91%, 77%. Copy any format from the conversion table above.
What colors go well with #C41256?
The complementary color is HSL(157, 83%, 42%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 83%, 42%) in CSS?
As HSL: color: hsl(337, 83%, 42%); — As HEX: color: #C41256; — As RGB: color: rgb(196, 18, 86); — Tailwind CSS: bg-[hsl(337,83%,42%)] — CSS variable: --color-primary: hsl(337, 83%, 42%);