HSL(33, 68%, 13%)
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(33,68%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 68%, 13%) | color: hsl(33, 68%, 13%) | |
| HEX | #38230B | color: #38230B | |
| RGB | rgb(56, 35, 11) | color: rgb(56, 35, 11) | |
| CMYK | cmyk(0%, 38%, 80%, 78%) | — | |
| HSV | hsv(32, 80%, 22%) | — | |
| HWB | hwb(32 4% 78%) | color: hwb(32 4% 78%) | |
| OKLCH | oklch(0.2771 0.0485 66.85) | color: oklch(0.2771 0.0485 66.85) | |
| Lab | lab(15.84 7.24 18.8) | color: lab(15.84 7.24 18.8) | |
| LCH | lch(15.84 20.15 68.94) | color: lch(15.84 20.15 68.94) |
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)
#2F2F11 — rgb(47, 47, 17)
Deuteranopia (Green-blind)
#303212 — rgb(48, 50, 18)
Tritanopia (Blue-blind)
#371516 — rgb(55, 21, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 68%, 13%);
text
color: hsl(33, 68%, 13%);
border
border: 2px solid hsl(33, 68%, 13%);
gradient light
background: linear-gradient(to right, hsl(33, 68%, 33%), hsl(33, 68%, 13%));
gradient dark
background: linear-gradient(to right, hsl(33, 68%, 13%), hsl(33, 68%, 0%))
hex
background-color: #38230B;
tailwind
bg-[hsl(33,68%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 68%, 13%, 0.4);
css variable
--color-primary: hsl(33, 68%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 68%, 13%)?
HEX: #38230B | RGB: rgb(56, 35, 11) | CMYK: 0%, 38%, 80%, 78% | HSV: 32°, 80%, 22%. Copy any format from the conversion table above.
What colors go well with #38230B?
The complementary color is HSL(213, 68%, 13%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 68%, 13%) in CSS?
As HSL: color: hsl(33, 68%, 13%); — As HEX: color: #38230B; — As RGB: color: rgb(56, 35, 11); — Tailwind CSS: bg-[hsl(33,68%,13%)] — CSS variable: --color-primary: hsl(33, 68%, 13%);