HSL(333, 53%, 14%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,53%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 53%, 14%) | color: hsl(333, 53%, 14%) | |
| HEX | #371122 | color: #371122 | |
| RGB | rgb(55, 17, 34) | color: rgb(55, 17, 34) | |
| CMYK | cmyk(0%, 69%, 38%, 78%) | — | |
| HSV | hsv(333, 69%, 22%) | — | |
| HWB | hwb(333 7% 78%) | color: hwb(333 7% 78%) | |
| OKLCH | oklch(0.2453 0.0644 355.01) | color: oklch(0.2453 0.0644 355.01) | |
| Lab | lab(11.48 21.08 -2.23) | color: lab(11.48 21.08 -2.23) | |
| LCH | lch(11.48 21.2 353.96) | color: lch(11.48 21.2 353.96) |
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)
#27261E — rgb(39, 38, 30)
Deuteranopia (Green-blind)
#292C1D — rgb(41, 44, 29)
Tritanopia (Blue-blind)
#351B1A — rgb(53, 27, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 53%, 14%);
text
color: hsl(333, 53%, 14%);
border
border: 2px solid hsl(333, 53%, 14%);
gradient light
background: linear-gradient(to right, hsl(333, 53%, 34%), hsl(333, 53%, 14%));
gradient dark
background: linear-gradient(to right, hsl(333, 53%, 14%), hsl(333, 53%, 0%))
hex
background-color: #371122;
tailwind
bg-[hsl(333,53%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 53%, 14%, 0.4);
css variable
--color-primary: hsl(333, 53%, 14%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 53%, 14%)?
HEX: #371122 | RGB: rgb(55, 17, 34) | CMYK: 0%, 69%, 38%, 78% | HSV: 333°, 69%, 22%. Copy any format from the conversion table above.
What colors go well with #371122?
The complementary color is HSL(153, 53%, 14%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 53%, 14%) in CSS?
As HSL: color: hsl(333, 53%, 14%); — As HEX: color: #371122; — As RGB: color: rgb(55, 17, 34); — Tailwind CSS: bg-[hsl(333,53%,14%)] — CSS variable: --color-primary: hsl(333, 53%, 14%);