HSL(39, 30%, 44%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,30%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 30%, 44%) | color: hsl(39, 30%, 44%) | |
| HEX | #927A4F | color: #927A4F | |
| RGB | rgb(146, 122, 79) | color: rgb(146, 122, 79) | |
| CMYK | cmyk(0%, 16%, 46%, 43%) | — | |
| HSV | hsv(39, 46%, 57%) | — | |
| HWB | hwb(39 31% 43%) | color: hwb(39 31% 43%) | |
| OKLCH | oklch(0.5918 0.0666 81.44) | color: oklch(0.5918 0.0666 81.44) | |
| Lab | lab(52.5 3.23 26.96) | color: lab(52.5 3.23 26.96) | |
| LCH | lch(52.5 27.15 83.17) | color: lch(52.5 27.15 83.17) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#888759 — rgb(136, 135, 89)
Deuteranopia (Green-blind)
#898B5C — rgb(137, 139, 92)
Tritanopia (Blue-blind)
#916263 — rgb(145, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 30%, 44%);
text
color: hsl(39, 30%, 44%);
border
border: 2px solid hsl(39, 30%, 44%);
gradient light
background: linear-gradient(to right, hsl(39, 30%, 64%), hsl(39, 30%, 44%));
gradient dark
background: linear-gradient(to right, hsl(39, 30%, 44%), hsl(39, 30%, 24%))
hex
background-color: #927A4F;
tailwind
bg-[hsl(39,30%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 30%, 44%, 0.4);
css variable
--color-primary: hsl(39, 30%, 44%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 30%, 44%)?
HEX: #927A4F | RGB: rgb(146, 122, 79) | CMYK: 0%, 16%, 46%, 43% | HSV: 39°, 46%, 57%. Copy any format from the conversion table above.
What colors go well with #927A4F?
The complementary color is HSL(219, 30%, 44%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 30%, 44%) in CSS?
As HSL: color: hsl(39, 30%, 44%); — As HEX: color: #927A4F; — As RGB: color: rgb(146, 122, 79); — Tailwind CSS: bg-[hsl(39,30%,44%)] — CSS variable: --color-primary: hsl(39, 30%, 44%);