HSL(319, 20%, 25%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,20%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 20%, 25%) | color: hsl(319, 20%, 25%) | |
| HEX | #4D3344 | color: #4D3344 | |
| RGB | rgb(77, 51, 68) | color: rgb(77, 51, 68) | |
| CMYK | cmyk(0%, 34%, 12%, 70%) | — | |
| HSV | hsv(321, 34%, 30%) | — | |
| HWB | hwb(321 20% 70%) | color: hwb(321 20% 70%) | |
| OKLCH | oklch(0.3579 0.0458 340.29) | color: oklch(0.3579 0.0458 340.29) | |
| Lab | lab(24.84 14.85 -5.83) | color: lab(24.84 14.85 -5.83) | |
| LCH | lch(24.84 15.95 338.57) | color: lch(24.84 15.95 338.57) |
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)
#424240 — rgb(66, 66, 64)
Deuteranopia (Green-blind)
#43453F — rgb(67, 69, 63)
Tritanopia (Blue-blind)
#4C3D3C — rgb(76, 61, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 20%, 25%);
text
color: hsl(319, 20%, 25%);
border
border: 2px solid hsl(319, 20%, 25%);
gradient light
background: linear-gradient(to right, hsl(319, 20%, 45%), hsl(319, 20%, 25%));
gradient dark
background: linear-gradient(to right, hsl(319, 20%, 25%), hsl(319, 20%, 5%))
hex
background-color: #4D3344;
tailwind
bg-[hsl(319,20%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 20%, 25%, 0.4);
css variable
--color-primary: hsl(319, 20%, 25%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 20%, 25%)?
HEX: #4D3344 | RGB: rgb(77, 51, 68) | CMYK: 0%, 34%, 12%, 70% | HSV: 321°, 34%, 30%. Copy any format from the conversion table above.
What colors go well with #4D3344?
The complementary color is HSL(139, 20%, 25%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 20%, 25%) in CSS?
As HSL: color: hsl(319, 20%, 25%); — As HEX: color: #4D3344; — As RGB: color: rgb(77, 51, 68); — Tailwind CSS: bg-[hsl(319,20%,25%)] — CSS variable: --color-primary: hsl(319, 20%, 25%);