HSL(39, 70%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,70%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 70%, 30%) | color: hsl(39, 70%, 30%) | |
| HEX | #825D17 | color: #825D17 | |
| RGB | rgb(130, 93, 23) | color: rgb(130, 93, 23) | |
| CMYK | cmyk(0%, 28%, 82%, 49%) | — | |
| HSV | hsv(39, 82%, 51%) | — | |
| HWB | hwb(39 9% 49%) | color: hwb(39 9% 49%) | |
| OKLCH | oklch(0.5049 0.0954 78.45) | color: oklch(0.5049 0.0954 78.45) | |
| Lab | lab(42.21 8.51 43.14) | color: lab(42.21 8.51 43.14) | |
| LCH | lch(42.21 43.97 78.84) | color: lch(42.21 43.97 78.84) |
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)
#727228 — rgb(114, 114, 40)
Deuteranopia (Green-blind)
#74772C — rgb(116, 119, 44)
Tritanopia (Blue-blind)
#803538 — rgb(128, 53, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 70%, 30%);
text
color: hsl(39, 70%, 30%);
border
border: 2px solid hsl(39, 70%, 30%);
gradient light
background: linear-gradient(to right, hsl(39, 70%, 50%), hsl(39, 70%, 30%));
gradient dark
background: linear-gradient(to right, hsl(39, 70%, 30%), hsl(39, 70%, 10%))
hex
background-color: #825D17;
tailwind
bg-[hsl(39,70%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 70%, 30%, 0.4);
css variable
--color-primary: hsl(39, 70%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 70%, 30%)?
HEX: #825D17 | RGB: rgb(130, 93, 23) | CMYK: 0%, 28%, 82%, 49% | HSV: 39°, 82%, 51%. Copy any format from the conversion table above.
What colors go well with #825D17?
The complementary color is HSL(219, 70%, 30%). 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, 70%, 30%) in CSS?
As HSL: color: hsl(39, 70%, 30%); — As HEX: color: #825D17; — As RGB: color: rgb(130, 93, 23); — Tailwind CSS: bg-[hsl(39,70%,30%)] — CSS variable: --color-primary: hsl(39, 70%, 30%);