HSL(319, 73%, 46%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,73%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 73%, 46%) | color: hsl(319, 73%, 46%) | |
| HEX | #CB2095 | color: #CB2095 | |
| RGB | rgb(203, 32, 149) | color: rgb(203, 32, 149) | |
| CMYK | cmyk(0%, 84%, 27%, 20%) | — | |
| HSV | hsv(319, 84%, 80%) | — | |
| HWB | hwb(319 13% 20%) | color: hwb(319 13% 20%) | |
| OKLCH | oklch(0.5718 0.2255 345.21) | color: oklch(0.5718 0.2255 345.21) | |
| Lab | lab(46.85 71.69 -21.62) | color: lab(46.85 71.69 -21.62) | |
| LCH | lch(46.85 74.88 343.22) | color: lch(46.85 74.88 343.22) |
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)
#817F79 — rgb(129, 127, 121)
Deuteranopia (Green-blind)
#8B9872 — rgb(139, 152, 114)
Tritanopia (Blue-blind)
#C2625D — rgb(194, 98, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 73%, 46%);
text
color: hsl(319, 73%, 46%);
border
border: 2px solid hsl(319, 73%, 46%);
gradient light
background: linear-gradient(to right, hsl(319, 73%, 66%), hsl(319, 73%, 46%));
gradient dark
background: linear-gradient(to right, hsl(319, 73%, 46%), hsl(319, 73%, 26%))
hex
background-color: #CB2095;
tailwind
bg-[hsl(319,73%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 73%, 46%, 0.4);
css variable
--color-primary: hsl(319, 73%, 46%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 73%, 46%)?
HEX: #CB2095 | RGB: rgb(203, 32, 149) | CMYK: 0%, 84%, 27%, 20% | HSV: 319°, 84%, 80%. Copy any format from the conversion table above.
What colors go well with #CB2095?
The complementary color is HSL(139, 73%, 46%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 73%, 46%) in CSS?
As HSL: color: hsl(319, 73%, 46%); — As HEX: color: #CB2095; — As RGB: color: rgb(203, 32, 149); — Tailwind CSS: bg-[hsl(319,73%,46%)] — CSS variable: --color-primary: hsl(319, 73%, 46%);