HSL(335, 90%, 31%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,90%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 90%, 31%) | color: hsl(335, 90%, 31%) | |
| HEX | #960843 | color: #960843 | |
| RGB | rgb(150, 8, 67) | color: rgb(150, 8, 67) | |
| CMYK | cmyk(0%, 95%, 55%, 41%) | — | |
| HSV | hsv(335, 95%, 59%) | — | |
| HWB | hwb(335 3% 41%) | color: hwb(335 3% 41%) | |
| OKLCH | oklch(0.4356 0.1702 5.9) | color: oklch(0.4356 0.1702 5.9) | |
| Lab | lab(31.95 55.32 6.77) | color: lab(31.95 55.32 6.77) | |
| LCH | lch(31.95 55.73 6.98) | color: lch(31.95 55.73 6.98) |
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)
#595735 — rgb(89, 87, 53)
Deuteranopia (Green-blind)
#616B31 — rgb(97, 107, 49)
Tritanopia (Blue-blind)
#8F2927 — rgb(143, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 90%, 31%);
text
color: hsl(335, 90%, 31%);
border
border: 2px solid hsl(335, 90%, 31%);
gradient light
background: linear-gradient(to right, hsl(335, 90%, 51%), hsl(335, 90%, 31%));
gradient dark
background: linear-gradient(to right, hsl(335, 90%, 31%), hsl(335, 90%, 11%))
hex
background-color: #960843;
tailwind
bg-[hsl(335,90%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 90%, 31%, 0.4);
css variable
--color-primary: hsl(335, 90%, 31%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 90%, 31%)?
HEX: #960843 | RGB: rgb(150, 8, 67) | CMYK: 0%, 95%, 55%, 41% | HSV: 335°, 95%, 59%. Copy any format from the conversion table above.
What colors go well with #960843?
The complementary color is HSL(155, 90%, 31%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 90%, 31%) in CSS?
As HSL: color: hsl(335, 90%, 31%); — As HEX: color: #960843; — As RGB: color: rgb(150, 8, 67); — Tailwind CSS: bg-[hsl(335,90%,31%)] — CSS variable: --color-primary: hsl(335, 90%, 31%);