HSL(317, 55%, 10%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,55%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 55%, 10%) | color: hsl(317, 55%, 10%) | |
| HEX | #280B20 | color: #280B20 | |
| RGB | rgb(40, 11, 32) | color: rgb(40, 11, 32) | |
| CMYK | cmyk(0%, 73%, 20%, 84%) | — | |
| HSV | hsv(317, 73%, 16%) | — | |
| HWB | hwb(317 4% 84%) | color: hwb(317 4% 84%) | |
| OKLCH | oklch(0.2071 0.058 339.57) | color: oklch(0.2071 0.058 339.57) | |
| Lab | lab(7.18 18.28 -7.48) | color: lab(7.18 18.28 -7.48) | |
| LCH | lch(7.18 19.75 337.75) | color: lch(7.18 19.75 337.75) |
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)
#1B1B1B — rgb(27, 27, 27)
Deuteranopia (Green-blind)
#1D1F1A — rgb(29, 31, 26)
Tritanopia (Blue-blind)
#271716 — rgb(39, 23, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 55%, 10%);
text
color: hsl(317, 55%, 10%);
border
border: 2px solid hsl(317, 55%, 10%);
gradient light
background: linear-gradient(to right, hsl(317, 55%, 30%), hsl(317, 55%, 10%));
gradient dark
background: linear-gradient(to right, hsl(317, 55%, 10%), hsl(317, 55%, 0%))
hex
background-color: #280B20;
tailwind
bg-[hsl(317,55%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 55%, 10%, 0.4);
css variable
--color-primary: hsl(317, 55%, 10%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 55%, 10%)?
HEX: #280B20 | RGB: rgb(40, 11, 32) | CMYK: 0%, 73%, 20%, 84% | HSV: 317°, 73%, 16%. Copy any format from the conversion table above.
What colors go well with #280B20?
The complementary color is HSL(137, 55%, 10%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 55%, 10%) in CSS?
As HSL: color: hsl(317, 55%, 10%); — As HEX: color: #280B20; — As RGB: color: rgb(40, 11, 32); — Tailwind CSS: bg-[hsl(317,55%,10%)] — CSS variable: --color-primary: hsl(317, 55%, 10%);