HSL(337, 90%, 25%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,90%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 90%, 25%) | color: hsl(337, 90%, 25%) | |
| HEX | #790632 | color: #790632 | |
| RGB | rgb(121, 6, 50) | color: rgb(121, 6, 50) | |
| CMYK | cmyk(0%, 95%, 59%, 53%) | — | |
| HSV | hsv(337, 95%, 47%) | — | |
| HWB | hwb(337 2% 53%) | color: hwb(337 2% 53%) | |
| OKLCH | oklch(0.3725 0.1445 7.7) | color: oklch(0.3725 0.1445 7.7) | |
| Lab | lab(25.03 46.96 7.63) | color: lab(25.03 46.96 7.63) | |
| LCH | lch(25.03 47.58 9.23) | color: lch(25.03 47.58 9.23) |
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)
#474627 — rgb(71, 70, 39)
Deuteranopia (Green-blind)
#4E5725 — rgb(78, 87, 37)
Tritanopia (Blue-blind)
#731F1D — rgb(115, 31, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 90%, 25%);
text
color: hsl(337, 90%, 25%);
border
border: 2px solid hsl(337, 90%, 25%);
gradient light
background: linear-gradient(to right, hsl(337, 90%, 45%), hsl(337, 90%, 25%));
gradient dark
background: linear-gradient(to right, hsl(337, 90%, 25%), hsl(337, 90%, 5%))
hex
background-color: #790632;
tailwind
bg-[hsl(337,90%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 90%, 25%, 0.4);
css variable
--color-primary: hsl(337, 90%, 25%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 90%, 25%)?
HEX: #790632 | RGB: rgb(121, 6, 50) | CMYK: 0%, 95%, 59%, 53% | HSV: 337°, 95%, 47%. Copy any format from the conversion table above.
What colors go well with #790632?
The complementary color is HSL(157, 90%, 25%). 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, 90%, 25%) in CSS?
As HSL: color: hsl(337, 90%, 25%); — As HEX: color: #790632; — As RGB: color: rgb(121, 6, 50); — Tailwind CSS: bg-[hsl(337,90%,25%)] — CSS variable: --color-primary: hsl(337, 90%, 25%);