HSL(336, 99%, 33%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,99%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 99%, 33%) | color: hsl(336, 99%, 33%) | |
| HEX | #A70143 | color: #A70143 | |
| RGB | rgb(167, 1, 67) | color: rgb(167, 1, 67) | |
| CMYK | cmyk(0%, 99%, 60%, 35%) | — | |
| HSV | hsv(336, 99%, 65%) | — | |
| HWB | hwb(336 1% 35%) | color: hwb(336 1% 35%) | |
| OKLCH | oklch(0.4663 0.1861 9.24) | color: oklch(0.4663 0.1861 9.24) | |
| Lab | lab(35.29 60.42 11.97) | color: lab(35.29 60.42 11.97) | |
| LCH | lch(35.29 61.59 11.21) | color: lch(35.29 61.59 11.21) |
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)
#5F5E33 — rgb(95, 94, 51)
Deuteranopia (Green-blind)
#69752F — rgb(105, 117, 47)
Tritanopia (Blue-blind)
#9F2624 — rgb(159, 38, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 99%, 33%);
text
color: hsl(336, 99%, 33%);
border
border: 2px solid hsl(336, 99%, 33%);
gradient light
background: linear-gradient(to right, hsl(336, 99%, 53%), hsl(336, 99%, 33%));
gradient dark
background: linear-gradient(to right, hsl(336, 99%, 33%), hsl(336, 99%, 13%))
hex
background-color: #A70143;
tailwind
bg-[hsl(336,99%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 99%, 33%, 0.4);
css variable
--color-primary: hsl(336, 99%, 33%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 99%, 33%)?
HEX: #A70143 | RGB: rgb(167, 1, 67) | CMYK: 0%, 99%, 60%, 35% | HSV: 336°, 99%, 65%. Copy any format from the conversion table above.
What colors go well with #A70143?
The complementary color is HSL(156, 99%, 33%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 99%, 33%) in CSS?
As HSL: color: hsl(336, 99%, 33%); — As HEX: color: #A70143; — As RGB: color: rgb(167, 1, 67); — Tailwind CSS: bg-[hsl(336,99%,33%)] — CSS variable: --color-primary: hsl(336, 99%, 33%);