HSL(38, 50%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,50%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 50%, 33%) | color: hsl(38, 50%, 33%) | |
| HEX | #7E5F2A | color: #7E5F2A | |
| RGB | rgb(126, 95, 42) | color: rgb(126, 95, 42) | |
| CMYK | cmyk(0%, 25%, 67%, 51%) | — | |
| HSV | hsv(38, 67%, 49%) | — | |
| HWB | hwb(38 16% 51%) | color: hwb(38 16% 51%) | |
| OKLCH | oklch(0.5062 0.0807 78.54) | color: oklch(0.5062 0.0807 78.54) | |
| Lab | lab(42.44 6.47 34.46) | color: lab(42.44 6.47 34.46) | |
| LCH | lch(42.44 35.06 79.37) | color: lch(42.44 35.06 79.37) |
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)
#717037 — rgb(113, 112, 55)
Deuteranopia (Green-blind)
#72753A — rgb(114, 117, 58)
Tritanopia (Blue-blind)
#7C4143 — rgb(124, 65, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 50%, 33%);
text
color: hsl(38, 50%, 33%);
border
border: 2px solid hsl(38, 50%, 33%);
gradient light
background: linear-gradient(to right, hsl(38, 50%, 53%), hsl(38, 50%, 33%));
gradient dark
background: linear-gradient(to right, hsl(38, 50%, 33%), hsl(38, 50%, 13%))
hex
background-color: #7E5F2A;
tailwind
bg-[hsl(38,50%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 50%, 33%, 0.4);
css variable
--color-primary: hsl(38, 50%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 50%, 33%)?
HEX: #7E5F2A | RGB: rgb(126, 95, 42) | CMYK: 0%, 25%, 67%, 51% | HSV: 38°, 67%, 49%. Copy any format from the conversion table above.
What colors go well with #7E5F2A?
The complementary color is HSL(218, 50%, 33%). 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, 50%, 33%) in CSS?
As HSL: color: hsl(38, 50%, 33%); — As HEX: color: #7E5F2A; — As RGB: color: rgb(126, 95, 42); — Tailwind CSS: bg-[hsl(38,50%,33%)] — CSS variable: --color-primary: hsl(38, 50%, 33%);