HSL(38, 30%, 40%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,30%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 30%, 40%) | color: hsl(38, 30%, 40%) | |
| HEX | #856E47 | color: #856E47 | |
| RGB | rgb(133, 110, 71) | color: rgb(133, 110, 71) | |
| CMYK | cmyk(0%, 17%, 47%, 48%) | — | |
| HSV | hsv(38, 47%, 52%) | — | |
| HWB | hwb(38 28% 48%) | color: hwb(38 28% 48%) | |
| OKLCH | oklch(0.5509 0.0622 80.11) | color: oklch(0.5509 0.0622 80.11) | |
| Lab | lab(47.74 3.52 25.1) | color: lab(47.74 3.52 25.1) | |
| LCH | lch(47.74 25.35 82.02) | color: lch(47.74 25.35 82.02) |
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)
#7B7B50 — rgb(123, 123, 80)
Deuteranopia (Green-blind)
#7C7E53 — rgb(124, 126, 83)
Tritanopia (Blue-blind)
#84585A — rgb(132, 88, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 30%, 40%);
text
color: hsl(38, 30%, 40%);
border
border: 2px solid hsl(38, 30%, 40%);
gradient light
background: linear-gradient(to right, hsl(38, 30%, 60%), hsl(38, 30%, 40%));
gradient dark
background: linear-gradient(to right, hsl(38, 30%, 40%), hsl(38, 30%, 20%))
hex
background-color: #856E47;
tailwind
bg-[hsl(38,30%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 30%, 40%, 0.4);
css variable
--color-primary: hsl(38, 30%, 40%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 30%, 40%)?
HEX: #856E47 | RGB: rgb(133, 110, 71) | CMYK: 0%, 17%, 47%, 48% | HSV: 38°, 47%, 52%. Copy any format from the conversion table above.
What colors go well with #856E47?
The complementary color is HSL(218, 30%, 40%). 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%, 40%) in CSS?
As HSL: color: hsl(38, 30%, 40%); — As HEX: color: #856E47; — As RGB: color: rgb(133, 110, 71); — Tailwind CSS: bg-[hsl(38,30%,40%)] — CSS variable: --color-primary: hsl(38, 30%, 40%);