HSL(337, 34%, 30%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,34%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 34%, 30%) | color: hsl(337, 34%, 30%) | |
| HEX | #673246 | color: #673246 | |
| RGB | rgb(103, 50, 70) | color: rgb(103, 50, 70) | |
| CMYK | cmyk(0%, 51%, 32%, 60%) | — | |
| HSV | hsv(337, 51%, 40%) | — | |
| HWB | hwb(337 20% 60%) | color: hwb(337 20% 60%) | |
| OKLCH | oklch(0.3931 0.0797 357.48) | color: oklch(0.3931 0.0797 357.48) | |
| Lab | lab(28.4 26.27 -1.46) | color: lab(28.4 26.27 -1.46) | |
| LCH | lch(28.4 26.31 356.82) | color: lch(28.4 26.31 356.82) |
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)
#505041 — rgb(80, 80, 65)
Deuteranopia (Green-blind)
#535740 — rgb(83, 87, 64)
Tritanopia (Blue-blind)
#643D3D — rgb(100, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 34%, 30%);
text
color: hsl(337, 34%, 30%);
border
border: 2px solid hsl(337, 34%, 30%);
gradient light
background: linear-gradient(to right, hsl(337, 34%, 50%), hsl(337, 34%, 30%));
gradient dark
background: linear-gradient(to right, hsl(337, 34%, 30%), hsl(337, 34%, 10%))
hex
background-color: #673246;
tailwind
bg-[hsl(337,34%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 34%, 30%, 0.4);
css variable
--color-primary: hsl(337, 34%, 30%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 34%, 30%)?
HEX: #673246 | RGB: rgb(103, 50, 70) | CMYK: 0%, 51%, 32%, 60% | HSV: 337°, 51%, 40%. Copy any format from the conversion table above.
What colors go well with #673246?
The complementary color is HSL(157, 34%, 30%). 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, 34%, 30%) in CSS?
As HSL: color: hsl(337, 34%, 30%); — As HEX: color: #673246; — As RGB: color: rgb(103, 50, 70); — Tailwind CSS: bg-[hsl(337,34%,30%)] — CSS variable: --color-primary: hsl(337, 34%, 30%);