HSL(22, 46%, 5%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,46%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 46%, 5%) | color: hsl(22, 46%, 5%) | |
| HEX | #130B07 | color: #130B07 | |
| RGB | rgb(19, 11, 7) | color: rgb(19, 11, 7) | |
| CMYK | cmyk(0%, 42%, 63%, 93%) | — | |
| HSV | hsv(20, 63%, 7%) | — | |
| HWB | hwb(20 3% 93%) | color: hwb(20 3% 93%) | |
| OKLCH | oklch(0.1592 0.0166 49.47) | color: oklch(0.1592 0.0166 49.47) | |
| Lab | lab(3.55 2.17 2.48) | color: lab(3.55 2.17 2.48) | |
| LCH | lch(3.55 3.3 48.81) | color: lch(3.55 3.3 48.81) |
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)
#100F08 — rgb(16, 15, 8)
Deuteranopia (Green-blind)
#101108 — rgb(16, 17, 8)
Tritanopia (Blue-blind)
#130909 — rgb(19, 9, 9)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 46%, 5%);
text
color: hsl(22, 46%, 5%);
border
border: 2px solid hsl(22, 46%, 5%);
gradient light
background: linear-gradient(to right, hsl(22, 46%, 25%), hsl(22, 46%, 5%));
gradient dark
background: linear-gradient(to right, hsl(22, 46%, 5%), hsl(22, 46%, 0%))
hex
background-color: #130B07;
tailwind
bg-[hsl(22,46%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 46%, 5%, 0.4);
css variable
--color-primary: hsl(22, 46%, 5%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 46%, 5%)?
HEX: #130B07 | RGB: rgb(19, 11, 7) | CMYK: 0%, 42%, 63%, 93% | HSV: 20°, 63%, 7%. Copy any format from the conversion table above.
What colors go well with #130B07?
The complementary color is HSL(202, 46%, 5%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 46%, 5%) in CSS?
As HSL: color: hsl(22, 46%, 5%); — As HEX: color: #130B07; — As RGB: color: rgb(19, 11, 7); — Tailwind CSS: bg-[hsl(22,46%,5%)] — CSS variable: --color-primary: hsl(22, 46%, 5%);