HSL(337, 92%, 29%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,92%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 92%, 29%) | color: hsl(337, 92%, 29%) | |
| HEX | #8E063A | color: #8E063A | |
| RGB | rgb(142, 6, 58) | color: rgb(142, 6, 58) | |
| CMYK | cmyk(0%, 96%, 59%, 44%) | — | |
| HSV | hsv(337, 96%, 56%) | — | |
| HWB | hwb(337 2% 44%) | color: hwb(337 2% 44%) | |
| OKLCH | oklch(0.4167 0.163 8.55) | color: oklch(0.4167 0.163 8.55) | |
| Lab | lab(29.88 52.96 9.63) | color: lab(29.88 52.96 9.63) | |
| LCH | lch(29.88 53.83 10.31) | color: lch(29.88 53.83 10.31) |
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)
#53522D — rgb(83, 82, 45)
Deuteranopia (Green-blind)
#5B652A — rgb(91, 101, 42)
Tritanopia (Blue-blind)
#872321 — rgb(135, 35, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 92%, 29%);
text
color: hsl(337, 92%, 29%);
border
border: 2px solid hsl(337, 92%, 29%);
gradient light
background: linear-gradient(to right, hsl(337, 92%, 49%), hsl(337, 92%, 29%));
gradient dark
background: linear-gradient(to right, hsl(337, 92%, 29%), hsl(337, 92%, 9%))
hex
background-color: #8E063A;
tailwind
bg-[hsl(337,92%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 92%, 29%, 0.4);
css variable
--color-primary: hsl(337, 92%, 29%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 92%, 29%)?
HEX: #8E063A | RGB: rgb(142, 6, 58) | CMYK: 0%, 96%, 59%, 44% | HSV: 337°, 96%, 56%. Copy any format from the conversion table above.
What colors go well with #8E063A?
The complementary color is HSL(157, 92%, 29%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 92%, 29%) in CSS?
As HSL: color: hsl(337, 92%, 29%); — As HEX: color: #8E063A; — As RGB: color: rgb(142, 6, 58); — Tailwind CSS: bg-[hsl(337,92%,29%)] — CSS variable: --color-primary: hsl(337, 92%, 29%);