HSL(337, 43%, 48%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,43%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 43%, 48%) | color: hsl(337, 43%, 48%) | |
| HEX | #AF466E | color: #AF466E | |
| RGB | rgb(175, 70, 110) | color: rgb(175, 70, 110) | |
| CMYK | cmyk(0%, 60%, 37%, 31%) | — | |
| HSV | hsv(337, 60%, 69%) | — | |
| HWB | hwb(337 28% 31%) | color: hwb(337 28% 31%) | |
| OKLCH | oklch(0.5454 0.1426 359.19) | color: oklch(0.5454 0.1426 359.19) | |
| Lab | lab(45.11 46.73 -0.99) | color: lab(45.11 46.73 -0.99) | |
| LCH | lch(45.11 46.74 358.79) | color: lch(45.11 46.74 358.79) |
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)
#828164 — rgb(130, 129, 100)
Deuteranopia (Green-blind)
#889062 — rgb(136, 144, 98)
Tritanopia (Blue-blind)
#AA5D5B — rgb(170, 93, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 43%, 48%);
text
color: hsl(337, 43%, 48%);
border
border: 2px solid hsl(337, 43%, 48%);
gradient light
background: linear-gradient(to right, hsl(337, 43%, 68%), hsl(337, 43%, 48%));
gradient dark
background: linear-gradient(to right, hsl(337, 43%, 48%), hsl(337, 43%, 28%))
hex
background-color: #AF466E;
tailwind
bg-[hsl(337,43%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 43%, 48%, 0.4);
css variable
--color-primary: hsl(337, 43%, 48%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 43%, 48%)?
HEX: #AF466E | RGB: rgb(175, 70, 110) | CMYK: 0%, 60%, 37%, 31% | HSV: 337°, 60%, 69%. Copy any format from the conversion table above.
What colors go well with #AF466E?
The complementary color is HSL(157, 43%, 48%). 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, 43%, 48%) in CSS?
As HSL: color: hsl(337, 43%, 48%); — As HEX: color: #AF466E; — As RGB: color: rgb(175, 70, 110); — Tailwind CSS: bg-[hsl(337,43%,48%)] — CSS variable: --color-primary: hsl(337, 43%, 48%);