HSL(44, 94%, 7%)
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(44,94%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 94%, 7%) | color: hsl(44, 94%, 7%) | |
| HEX | #231A01 | color: #231A01 | |
| RGB | rgb(35, 26, 1) | color: rgb(35, 26, 1) | |
| CMYK | cmyk(0%, 26%, 97%, 86%) | — | |
| HSV | hsv(44, 97%, 14%) | — | |
| HWB | hwb(44 0% 86%) | color: hwb(44 0% 86%) | |
| OKLCH | oklch(0.2226 0.0437 90.26) | color: oklch(0.2226 0.0437 90.26) | |
| Lab | lab(9.79 0.85 14.23) | color: lab(9.79 0.85 14.23) | |
| LCH | lch(9.79 14.26 86.58) | color: lch(9.79 14.26 86.58) |
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)
#1F1F07 — rgb(31, 31, 7)
Deuteranopia (Green-blind)
#202009 — rgb(32, 32, 9)
Tritanopia (Blue-blind)
#230C0D — rgb(35, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 94%, 7%);
text
color: hsl(44, 94%, 7%);
border
border: 2px solid hsl(44, 94%, 7%);
gradient light
background: linear-gradient(to right, hsl(44, 94%, 27%), hsl(44, 94%, 7%));
gradient dark
background: linear-gradient(to right, hsl(44, 94%, 7%), hsl(44, 94%, 0%))
hex
background-color: #231A01;
tailwind
bg-[hsl(44,94%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 94%, 7%, 0.4);
css variable
--color-primary: hsl(44, 94%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 94%, 7%)?
HEX: #231A01 | RGB: rgb(35, 26, 1) | CMYK: 0%, 26%, 97%, 86% | HSV: 44°, 97%, 14%. Copy any format from the conversion table above.
What colors go well with #231A01?
The complementary color is HSL(224, 94%, 7%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 94%, 7%) in CSS?
As HSL: color: hsl(44, 94%, 7%); — As HEX: color: #231A01; — As RGB: color: rgb(35, 26, 1); — Tailwind CSS: bg-[hsl(44,94%,7%)] — CSS variable: --color-primary: hsl(44, 94%, 7%);