HSL(341, 52%, 10%)
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(341,52%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 52%, 10%) | color: hsl(341, 52%, 10%) | |
| HEX | #270C15 | color: #270C15 | |
| RGB | rgb(39, 12, 21) | color: rgb(39, 12, 21) | |
| CMYK | cmyk(0%, 69%, 46%, 85%) | — | |
| HSV | hsv(340, 69%, 15%) | — | |
| HWB | hwb(340 5% 85%) | color: hwb(340 5% 85%) | |
| OKLCH | oklch(0.2017 0.0469 1.23) | color: oklch(0.2017 0.0469 1.23) | |
| Lab | lab(6.76 15.11 0.28) | color: lab(6.76 15.11 0.28) | |
| LCH | lch(6.76 15.11 1.06) | color: lch(6.76 15.11 1.06) |
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)
#1B1B13 — rgb(27, 27, 19)
Deuteranopia (Green-blind)
#1D1F12 — rgb(29, 31, 18)
Tritanopia (Blue-blind)
#261111 — rgb(38, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 52%, 10%);
text
color: hsl(341, 52%, 10%);
border
border: 2px solid hsl(341, 52%, 10%);
gradient light
background: linear-gradient(to right, hsl(341, 52%, 30%), hsl(341, 52%, 10%));
gradient dark
background: linear-gradient(to right, hsl(341, 52%, 10%), hsl(341, 52%, 0%))
hex
background-color: #270C15;
tailwind
bg-[hsl(341,52%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 52%, 10%, 0.4);
css variable
--color-primary: hsl(341, 52%, 10%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 52%, 10%)?
HEX: #270C15 | RGB: rgb(39, 12, 21) | CMYK: 0%, 69%, 46%, 85% | HSV: 340°, 69%, 15%. Copy any format from the conversion table above.
What colors go well with #270C15?
The complementary color is HSL(161, 52%, 10%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 52%, 10%) in CSS?
As HSL: color: hsl(341, 52%, 10%); — As HEX: color: #270C15; — As RGB: color: rgb(39, 12, 21); — Tailwind CSS: bg-[hsl(341,52%,10%)] — CSS variable: --color-primary: hsl(341, 52%, 10%);