HSL(341, 30%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,30%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 30%, 62%) | color: hsl(341, 30%, 62%) | |
| HEX | #BB8193 | color: #BB8193 | |
| RGB | rgb(187, 129, 147) | color: rgb(187, 129, 147) | |
| CMYK | cmyk(0%, 31%, 21%, 27%) | — | |
| HSV | hsv(341, 31%, 73%) | — | |
| HWB | hwb(341 50% 27%) | color: hwb(341 50% 27%) | |
| OKLCH | oklch(0.6668 0.0752 359.1) | color: oklch(0.6668 0.0752 359.1) | |
| Lab | lab(60.22 25.02 -0.58) | color: lab(60.22 25.02 -0.58) | |
| LCH | lch(60.22 25.03 358.67) | color: lch(60.22 25.03 358.67) |
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)
#A2A18F — rgb(162, 161, 143)
Deuteranopia (Green-blind)
#A5AA8E — rgb(165, 170, 142)
Tritanopia (Blue-blind)
#B88B8A — rgb(184, 139, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 30%, 62%);
text
color: hsl(341, 30%, 62%);
border
border: 2px solid hsl(341, 30%, 62%);
gradient light
background: linear-gradient(to right, hsl(341, 30%, 82%), hsl(341, 30%, 62%));
gradient dark
background: linear-gradient(to right, hsl(341, 30%, 62%), hsl(341, 30%, 42%))
hex
background-color: #BB8193;
tailwind
bg-[hsl(341,30%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 30%, 62%, 0.4);
css variable
--color-primary: hsl(341, 30%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 30%, 62%)?
HEX: #BB8193 | RGB: rgb(187, 129, 147) | CMYK: 0%, 31%, 21%, 27% | HSV: 341°, 31%, 73%. Copy any format from the conversion table above.
What colors go well with #BB8193?
The complementary color is HSL(161, 30%, 62%). 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, 30%, 62%) in CSS?
As HSL: color: hsl(341, 30%, 62%); — As HEX: color: #BB8193; — As RGB: color: rgb(187, 129, 147); — Tailwind CSS: bg-[hsl(341,30%,62%)] — CSS variable: --color-primary: hsl(341, 30%, 62%);