HSL(343, 80%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,80%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 80%, 38%) | color: hsl(343, 80%, 38%) | |
| HEX | #AE133F | color: #AE133F | |
| RGB | rgb(174, 19, 63) | color: rgb(174, 19, 63) | |
| CMYK | cmyk(0%, 89%, 64%, 32%) | — | |
| HSV | hsv(343, 89%, 68%) | — | |
| HWB | hwb(343 7% 32%) | color: hwb(343 7% 32%) | |
| OKLCH | oklch(0.485 0.184 13.58) | color: oklch(0.485 0.184 13.58) | |
| Lab | lab(37.53 59.5 17.83) | color: lab(37.53 59.5 17.83) | |
| LCH | lch(37.53 62.11 16.68) | color: lch(37.53 62.11 16.68) |
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)
#6B6934 — rgb(107, 105, 52)
Deuteranopia (Green-blind)
#748032 — rgb(116, 128, 50)
Tritanopia (Blue-blind)
#A62C2A — rgb(166, 44, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 80%, 38%);
text
color: hsl(343, 80%, 38%);
border
border: 2px solid hsl(343, 80%, 38%);
gradient light
background: linear-gradient(to right, hsl(343, 80%, 58%), hsl(343, 80%, 38%));
gradient dark
background: linear-gradient(to right, hsl(343, 80%, 38%), hsl(343, 80%, 18%))
hex
background-color: #AE133F;
tailwind
bg-[hsl(343,80%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 80%, 38%, 0.4);
css variable
--color-primary: hsl(343, 80%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 80%, 38%)?
HEX: #AE133F | RGB: rgb(174, 19, 63) | CMYK: 0%, 89%, 64%, 32% | HSV: 343°, 89%, 68%. Copy any format from the conversion table above.
What colors go well with #AE133F?
The complementary color is HSL(163, 80%, 38%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 80%, 38%) in CSS?
As HSL: color: hsl(343, 80%, 38%); — As HEX: color: #AE133F; — As RGB: color: rgb(174, 19, 63); — Tailwind CSS: bg-[hsl(343,80%,38%)] — CSS variable: --color-primary: hsl(343, 80%, 38%);