HSL(337, 15%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(337,15%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 15%, 15%) | color: hsl(337, 15%, 15%) | |
| HEX | #2C2125 | color: #2C2125 | |
| RGB | rgb(44, 33, 37) | color: rgb(44, 33, 37) | |
| CMYK | cmyk(0%, 25%, 16%, 83%) | — | |
| HSV | hsv(338, 25%, 17%) | — | |
| HWB | hwb(338 13% 83%) | color: hwb(338 13% 83%) | |
| OKLCH | oklch(0.2623 0.0182 354.66) | color: oklch(0.2623 0.0182 354.66) | |
| Lab | lab(14.16 6.11 -0.67) | color: lab(14.16 6.11 -0.67) | |
| LCH | lch(14.16 6.15 353.74) | color: lch(14.16 6.15 353.74) |
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)
#272724 — rgb(39, 39, 36)
Deuteranopia (Green-blind)
#282924 — rgb(40, 41, 36)
Tritanopia (Blue-blind)
#2B2323 — rgb(43, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 15%, 15%);
text
color: hsl(337, 15%, 15%);
border
border: 2px solid hsl(337, 15%, 15%);
gradient light
background: linear-gradient(to right, hsl(337, 15%, 35%), hsl(337, 15%, 15%));
gradient dark
background: linear-gradient(to right, hsl(337, 15%, 15%), hsl(337, 15%, 0%))
hex
background-color: #2C2125;
tailwind
bg-[hsl(337,15%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 15%, 15%, 0.4);
css variable
--color-primary: hsl(337, 15%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 15%, 15%)?
HEX: #2C2125 | RGB: rgb(44, 33, 37) | CMYK: 0%, 25%, 16%, 83% | HSV: 338°, 25%, 17%. Copy any format from the conversion table above.
What colors go well with #2C2125?
The complementary color is HSL(157, 15%, 15%). 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, 15%, 15%) in CSS?
As HSL: color: hsl(337, 15%, 15%); — As HEX: color: #2C2125; — As RGB: color: rgb(44, 33, 37); — Tailwind CSS: bg-[hsl(337,15%,15%)] — CSS variable: --color-primary: hsl(337, 15%, 15%);