HSL(331, 30%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,30%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 30%, 59%) | color: hsl(331, 30%, 59%) | |
| HEX | #B67795 | color: #B67795 | |
| RGB | rgb(182, 119, 149) | color: rgb(182, 119, 149) | |
| CMYK | cmyk(0%, 35%, 18%, 29%) | — | |
| HSV | hsv(331, 35%, 71%) | — | |
| HWB | hwb(331 46% 29%) | color: hwb(331 46% 29%) | |
| OKLCH | oklch(0.6439 0.0878 349.8) | color: oklch(0.6439 0.0878 349.8) | |
| Lab | lab(57.38 29.05 -5.99) | color: lab(57.38 29.05 -5.99) | |
| LCH | lch(57.38 29.66 348.35) | color: lch(57.38 29.66 348.35) |
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)
#9B9A8E — rgb(155, 154, 142)
Deuteranopia (Green-blind)
#9EA38C — rgb(158, 163, 140)
Tritanopia (Blue-blind)
#B38887 — rgb(179, 136, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 30%, 59%);
text
color: hsl(331, 30%, 59%);
border
border: 2px solid hsl(331, 30%, 59%);
gradient light
background: linear-gradient(to right, hsl(331, 30%, 79%), hsl(331, 30%, 59%));
gradient dark
background: linear-gradient(to right, hsl(331, 30%, 59%), hsl(331, 30%, 39%))
hex
background-color: #B67795;
tailwind
bg-[hsl(331,30%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 30%, 59%, 0.4);
css variable
--color-primary: hsl(331, 30%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 30%, 59%)?
HEX: #B67795 | RGB: rgb(182, 119, 149) | CMYK: 0%, 35%, 18%, 29% | HSV: 331°, 35%, 71%. Copy any format from the conversion table above.
What colors go well with #B67795?
The complementary color is HSL(151, 30%, 59%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 30%, 59%) in CSS?
As HSL: color: hsl(331, 30%, 59%); — As HEX: color: #B67795; — As RGB: color: rgb(182, 119, 149); — Tailwind CSS: bg-[hsl(331,30%,59%)] — CSS variable: --color-primary: hsl(331, 30%, 59%);