HSL(38, 30%, 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(38,30%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 30%, 14%) | color: hsl(38, 30%, 14%) | |
| HEX | #2E2719 | color: #2E2719 | |
| RGB | rgb(46, 39, 25) | color: rgb(46, 39, 25) | |
| CMYK | cmyk(0%, 15%, 46%, 82%) | — | |
| HSV | hsv(40, 46%, 18%) | — | |
| HWB | hwb(40 10% 82%) | color: hwb(40 10% 82%) | |
| OKLCH | oklch(0.2763 0.0261 84.23) | color: oklch(0.2763 0.0261 84.23) | |
| Lab | lab(16.01 0.68 10.46) | color: lab(16.01 0.68 10.46) | |
| LCH | lch(16.01 10.48 86.28) | color: lch(16.01 10.48 86.28) |
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)
#2B2B1C — rgb(43, 43, 28)
Deuteranopia (Green-blind)
#2B2C1D — rgb(43, 44, 29)
Tritanopia (Blue-blind)
#2E1F20 — rgb(46, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 30%, 14%);
text
color: hsl(38, 30%, 14%);
border
border: 2px solid hsl(38, 30%, 14%);
gradient light
background: linear-gradient(to right, hsl(38, 30%, 34%), hsl(38, 30%, 14%));
gradient dark
background: linear-gradient(to right, hsl(38, 30%, 14%), hsl(38, 30%, 0%))
hex
background-color: #2E2719;
tailwind
bg-[hsl(38,30%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 30%, 14%, 0.4);
css variable
--color-primary: hsl(38, 30%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 30%, 14%)?
HEX: #2E2719 | RGB: rgb(46, 39, 25) | CMYK: 0%, 15%, 46%, 82% | HSV: 40°, 46%, 18%. Copy any format from the conversion table above.
What colors go well with #2E2719?
The complementary color is HSL(218, 30%, 14%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 30%, 14%) in CSS?
As HSL: color: hsl(38, 30%, 14%); — As HEX: color: #2E2719; — As RGB: color: rgb(46, 39, 25); — Tailwind CSS: bg-[hsl(38,30%,14%)] — CSS variable: --color-primary: hsl(38, 30%, 14%);