HSL(319, 55%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,55%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 55%, 16%) | color: hsl(319, 55%, 16%) | |
| HEX | #3F1231 | color: #3F1231 | |
| RGB | rgb(63, 18, 49) | color: rgb(63, 18, 49) | |
| CMYK | cmyk(0%, 71%, 22%, 75%) | — | |
| HSV | hsv(319, 71%, 25%) | — | |
| HWB | hwb(319 7% 75%) | color: hwb(319 7% 75%) | |
| OKLCH | oklch(0.2684 0.0815 341.92) | color: oklch(0.2684 0.0815 341.92) | |
| Lab | lab(13.89 25.95 -9.44) | color: lab(13.89 25.95 -9.44) | |
| LCH | lch(13.89 27.61 340.01) | color: lch(13.89 27.61 340.01) |
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)
#2C2B29 — rgb(44, 43, 41)
Deuteranopia (Green-blind)
#2E3228 — rgb(46, 50, 40)
Tritanopia (Blue-blind)
#3D2422 — rgb(61, 36, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 55%, 16%);
text
color: hsl(319, 55%, 16%);
border
border: 2px solid hsl(319, 55%, 16%);
gradient light
background: linear-gradient(to right, hsl(319, 55%, 36%), hsl(319, 55%, 16%));
gradient dark
background: linear-gradient(to right, hsl(319, 55%, 16%), hsl(319, 55%, 0%))
hex
background-color: #3F1231;
tailwind
bg-[hsl(319,55%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 55%, 16%, 0.4);
css variable
--color-primary: hsl(319, 55%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 55%, 16%)?
HEX: #3F1231 | RGB: rgb(63, 18, 49) | CMYK: 0%, 71%, 22%, 75% | HSV: 319°, 71%, 25%. Copy any format from the conversion table above.
What colors go well with #3F1231?
The complementary color is HSL(139, 55%, 16%). 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, 55%, 16%) in CSS?
As HSL: color: hsl(319, 55%, 16%); — As HEX: color: #3F1231; — As RGB: color: rgb(63, 18, 49); — Tailwind CSS: bg-[hsl(319,55%,16%)] — CSS variable: --color-primary: hsl(319, 55%, 16%);