HSL(36, 88%, 9%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,88%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 88%, 9%) | color: hsl(36, 88%, 9%) | |
| HEX | #2B1B03 | color: #2B1B03 | |
| RGB | rgb(43, 27, 3) | color: rgb(43, 27, 3) | |
| CMYK | cmyk(0%, 37%, 93%, 83%) | — | |
| HSV | hsv(36, 93%, 17%) | — | |
| HWB | hwb(36 1% 83%) | color: hwb(36 1% 83%) | |
| OKLCH | oklch(0.2372 0.0454 74.84) | color: oklch(0.2372 0.0454 74.84) | |
| Lab | lab(11.3 5.01 15.72) | color: lab(11.3 5.01 15.72) | |
| LCH | lch(11.3 16.5 72.32) | color: lch(11.3 16.5 72.32) |
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)
#242409 — rgb(36, 36, 9)
Deuteranopia (Green-blind)
#25260A — rgb(37, 38, 10)
Tritanopia (Blue-blind)
#2A0D0E — rgb(42, 13, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 88%, 9%);
text
color: hsl(36, 88%, 9%);
border
border: 2px solid hsl(36, 88%, 9%);
gradient light
background: linear-gradient(to right, hsl(36, 88%, 29%), hsl(36, 88%, 9%));
gradient dark
background: linear-gradient(to right, hsl(36, 88%, 9%), hsl(36, 88%, 0%))
hex
background-color: #2B1B03;
tailwind
bg-[hsl(36,88%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 88%, 9%, 0.4);
css variable
--color-primary: hsl(36, 88%, 9%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 88%, 9%)?
HEX: #2B1B03 | RGB: rgb(43, 27, 3) | CMYK: 0%, 37%, 93%, 83% | HSV: 36°, 93%, 17%. Copy any format from the conversion table above.
What colors go well with #2B1B03?
The complementary color is HSL(216, 88%, 9%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 88%, 9%) in CSS?
As HSL: color: hsl(36, 88%, 9%); — As HEX: color: #2B1B03; — As RGB: color: rgb(43, 27, 3); — Tailwind CSS: bg-[hsl(36,88%,9%)] — CSS variable: --color-primary: hsl(36, 88%, 9%);