HSL(333, 20%, 12%)
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,20%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 20%, 12%) | color: hsl(333, 20%, 12%) | |
| HEX | #25181E | color: #25181E | |
| RGB | rgb(37, 24, 30) | color: rgb(37, 24, 30) | |
| CMYK | cmyk(0%, 35%, 19%, 85%) | — | |
| HSV | hsv(332, 35%, 15%) | — | |
| HWB | hwb(332 10% 85%) | color: hwb(332 10% 85%) | |
| OKLCH | oklch(0.2281 0.0233 349.79) | color: oklch(0.2281 0.0233 349.79) | |
| Lab | lab(10.11 7.76 -1.6) | color: lab(10.11 7.76 -1.6) | |
| LCH | lch(10.11 7.92 348.35) | color: lch(10.11 7.92 348.35) |
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)
#1F1F1D — rgb(31, 31, 29)
Deuteranopia (Green-blind)
#20211C — rgb(32, 33, 28)
Tritanopia (Blue-blind)
#241B1B — rgb(36, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 20%, 12%);
text
color: hsl(333, 20%, 12%);
border
border: 2px solid hsl(333, 20%, 12%);
gradient light
background: linear-gradient(to right, hsl(333, 20%, 32%), hsl(333, 20%, 12%));
gradient dark
background: linear-gradient(to right, hsl(333, 20%, 12%), hsl(333, 20%, 0%))
hex
background-color: #25181E;
tailwind
bg-[hsl(333,20%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 20%, 12%, 0.4);
css variable
--color-primary: hsl(333, 20%, 12%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 20%, 12%)?
HEX: #25181E | RGB: rgb(37, 24, 30) | CMYK: 0%, 35%, 19%, 85% | HSV: 332°, 35%, 15%. Copy any format from the conversion table above.
What colors go well with #25181E?
The complementary color is HSL(153, 20%, 12%). 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, 20%, 12%) in CSS?
As HSL: color: hsl(333, 20%, 12%); — As HEX: color: #25181E; — As RGB: color: rgb(37, 24, 30); — Tailwind CSS: bg-[hsl(333,20%,12%)] — CSS variable: --color-primary: hsl(333, 20%, 12%);