HSL(39, 80%, 22%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,80%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 80%, 22%) | color: hsl(39, 80%, 22%) | |
| HEX | #65460B | color: #65460B | |
| RGB | rgb(101, 70, 11) | color: rgb(101, 70, 11) | |
| CMYK | cmyk(0%, 31%, 89%, 60%) | — | |
| HSV | hsv(39, 89%, 40%) | — | |
| HWB | hwb(39 4% 60%) | color: hwb(39 4% 60%) | |
| OKLCH | oklch(0.4183 0.0818 77.6) | color: oklch(0.4183 0.0818 77.6) | |
| Lab | lab(32.19 7.84 37.39) | color: lab(32.19 7.84 37.39) | |
| LCH | lch(32.19 38.2 78.16) | color: lch(32.19 38.2 78.16) |
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)
#585719 — rgb(88, 87, 25)
Deuteranopia (Green-blind)
#595C1D — rgb(89, 92, 29)
Tritanopia (Blue-blind)
#632527 — rgb(99, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 80%, 22%);
text
color: hsl(39, 80%, 22%);
border
border: 2px solid hsl(39, 80%, 22%);
gradient light
background: linear-gradient(to right, hsl(39, 80%, 42%), hsl(39, 80%, 22%));
gradient dark
background: linear-gradient(to right, hsl(39, 80%, 22%), hsl(39, 80%, 2%))
hex
background-color: #65460B;
tailwind
bg-[hsl(39,80%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 80%, 22%, 0.4);
css variable
--color-primary: hsl(39, 80%, 22%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 80%, 22%)?
HEX: #65460B | RGB: rgb(101, 70, 11) | CMYK: 0%, 31%, 89%, 60% | HSV: 39°, 89%, 40%. Copy any format from the conversion table above.
What colors go well with #65460B?
The complementary color is HSL(219, 80%, 22%). 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, 80%, 22%) in CSS?
As HSL: color: hsl(39, 80%, 22%); — As HEX: color: #65460B; — As RGB: color: rgb(101, 70, 11); — Tailwind CSS: bg-[hsl(39,80%,22%)] — CSS variable: --color-primary: hsl(39, 80%, 22%);