HSL(335, 50%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,50%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 50%, 44%) | color: hsl(335, 50%, 44%) | |
| HEX | #A83867 | color: #A83867 | |
| RGB | rgb(168, 56, 103) | color: rgb(168, 56, 103) | |
| CMYK | cmyk(0%, 67%, 39%, 34%) | — | |
| HSV | hsv(335, 67%, 66%) | — | |
| HWB | hwb(335 22% 34%) | color: hwb(335 22% 34%) | |
| OKLCH | oklch(0.5151 0.1528 358.06) | color: oklch(0.5151 0.1528 358.06) | |
| Lab | lab(41.43 49.91 -2.21) | color: lab(41.43 49.91 -2.21) | |
| LCH | lch(41.43 49.96 357.46) | color: lch(41.43 49.96 357.46) |
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)
#78765C — rgb(120, 118, 92)
Deuteranopia (Green-blind)
#7E8659 — rgb(126, 134, 89)
Tritanopia (Blue-blind)
#A25351 — rgb(162, 83, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 50%, 44%);
text
color: hsl(335, 50%, 44%);
border
border: 2px solid hsl(335, 50%, 44%);
gradient light
background: linear-gradient(to right, hsl(335, 50%, 64%), hsl(335, 50%, 44%));
gradient dark
background: linear-gradient(to right, hsl(335, 50%, 44%), hsl(335, 50%, 24%))
hex
background-color: #A83867;
tailwind
bg-[hsl(335,50%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 50%, 44%, 0.4);
css variable
--color-primary: hsl(335, 50%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 50%, 44%)?
HEX: #A83867 | RGB: rgb(168, 56, 103) | CMYK: 0%, 67%, 39%, 34% | HSV: 335°, 67%, 66%. Copy any format from the conversion table above.
What colors go well with #A83867?
The complementary color is HSL(155, 50%, 44%). 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, 50%, 44%) in CSS?
As HSL: color: hsl(335, 50%, 44%); — As HEX: color: #A83867; — As RGB: color: rgb(168, 56, 103); — Tailwind CSS: bg-[hsl(335,50%,44%)] — CSS variable: --color-primary: hsl(335, 50%, 44%);