HSL(341, 100%, 43%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,100%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 100%, 43%) | color: hsl(341, 100%, 43%) | |
| HEX | #DB0045 | color: #DB0045 | |
| RGB | rgb(219, 0, 69) | color: rgb(219, 0, 69) | |
| CMYK | cmyk(0%, 100%, 68%, 14%) | — | |
| HSV | hsv(341, 100%, 86%) | — | |
| HWB | hwb(341 0% 14%) | color: hwb(341 0% 14%) | |
| OKLCH | oklch(0.5659 0.2264 16.33) | color: oklch(0.5659 0.2264 16.33) | |
| Lab | lab(46.3 72.98 27.21) | color: lab(46.3 72.98 27.21) | |
| LCH | lch(46.3 77.89 20.45) | color: lch(46.3 77.89 20.45) |
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)
#7C7A34 — rgb(124, 122, 52)
Deuteranopia (Green-blind)
#899930 — rgb(137, 153, 48)
Tritanopia (Blue-blind)
#D02724 — rgb(208, 39, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 100%, 43%);
text
color: hsl(341, 100%, 43%);
border
border: 2px solid hsl(341, 100%, 43%);
gradient light
background: linear-gradient(to right, hsl(341, 100%, 63%), hsl(341, 100%, 43%));
gradient dark
background: linear-gradient(to right, hsl(341, 100%, 43%), hsl(341, 100%, 23%))
hex
background-color: #DB0045;
tailwind
bg-[hsl(341,100%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 100%, 43%, 0.4);
css variable
--color-primary: hsl(341, 100%, 43%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 100%, 43%)?
HEX: #DB0045 | RGB: rgb(219, 0, 69) | CMYK: 0%, 100%, 68%, 14% | HSV: 341°, 100%, 86%. Copy any format from the conversion table above.
What colors go well with #DB0045?
The complementary color is HSL(161, 100%, 43%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 100%, 43%) in CSS?
As HSL: color: hsl(341, 100%, 43%); — As HEX: color: #DB0045; — As RGB: color: rgb(219, 0, 69); — Tailwind CSS: bg-[hsl(341,100%,43%)] — CSS variable: --color-primary: hsl(341, 100%, 43%);