HSL(43, 32%, 14%)
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(43,32%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 32%, 14%) | color: hsl(43, 32%, 14%) | |
| HEX | #2F2918 | color: #2F2918 | |
| RGB | rgb(47, 41, 24) | color: rgb(47, 41, 24) | |
| CMYK | cmyk(0%, 13%, 49%, 82%) | — | |
| HSV | hsv(44, 49%, 18%) | — | |
| HWB | hwb(44 9% 82%) | color: hwb(44 9% 82%) | |
| OKLCH | oklch(0.2825 0.0299 90.8) | color: oklch(0.2825 0.0299 90.8) | |
| Lab | lab(16.78 -0.32 12.16) | color: lab(16.78 -0.32 12.16) | |
| LCH | lch(16.78 12.16 91.51) | color: lch(16.78 12.16 91.51) |
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)
#2C2C1C — rgb(44, 44, 28)
Deuteranopia (Green-blind)
#2D2D1D — rgb(45, 45, 29)
Tritanopia (Blue-blind)
#2F1F20 — rgb(47, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 32%, 14%);
text
color: hsl(43, 32%, 14%);
border
border: 2px solid hsl(43, 32%, 14%);
gradient light
background: linear-gradient(to right, hsl(43, 32%, 34%), hsl(43, 32%, 14%));
gradient dark
background: linear-gradient(to right, hsl(43, 32%, 14%), hsl(43, 32%, 0%))
hex
background-color: #2F2918;
tailwind
bg-[hsl(43,32%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 32%, 14%, 0.4);
css variable
--color-primary: hsl(43, 32%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 32%, 14%)?
HEX: #2F2918 | RGB: rgb(47, 41, 24) | CMYK: 0%, 13%, 49%, 82% | HSV: 44°, 49%, 18%. Copy any format from the conversion table above.
What colors go well with #2F2918?
The complementary color is HSL(223, 32%, 14%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 32%, 14%) in CSS?
As HSL: color: hsl(43, 32%, 14%); — As HEX: color: #2F2918; — As RGB: color: rgb(47, 41, 24); — Tailwind CSS: bg-[hsl(43,32%,14%)] — CSS variable: --color-primary: hsl(43, 32%, 14%);