HSL(39, 29%, 32%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,29%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 29%, 32%) | color: hsl(39, 29%, 32%) | |
| HEX | #69593A | color: #69593A | |
| RGB | rgb(105, 89, 58) | color: rgb(105, 89, 58) | |
| CMYK | cmyk(0%, 15%, 45%, 59%) | — | |
| HSV | hsv(40, 45%, 41%) | — | |
| HWB | hwb(40 23% 59%) | color: hwb(40 23% 59%) | |
| OKLCH | oklch(0.4718 0.0503 83.35) | color: oklch(0.4718 0.0503 83.35) | |
| Lab | lab(38.65 1.77 20.35) | color: lab(38.65 1.77 20.35) | |
| LCH | lch(38.65 20.43 85.03) | color: lch(38.65 20.43 85.03) |
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)
#626242 — rgb(98, 98, 66)
Deuteranopia (Green-blind)
#636443 — rgb(99, 100, 67)
Tritanopia (Blue-blind)
#684749 — rgb(104, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 29%, 32%);
text
color: hsl(39, 29%, 32%);
border
border: 2px solid hsl(39, 29%, 32%);
gradient light
background: linear-gradient(to right, hsl(39, 29%, 52%), hsl(39, 29%, 32%));
gradient dark
background: linear-gradient(to right, hsl(39, 29%, 32%), hsl(39, 29%, 12%))
hex
background-color: #69593A;
tailwind
bg-[hsl(39,29%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 29%, 32%, 0.4);
css variable
--color-primary: hsl(39, 29%, 32%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 29%, 32%)?
HEX: #69593A | RGB: rgb(105, 89, 58) | CMYK: 0%, 15%, 45%, 59% | HSV: 40°, 45%, 41%. Copy any format from the conversion table above.
What colors go well with #69593A?
The complementary color is HSL(219, 29%, 32%). 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, 29%, 32%) in CSS?
As HSL: color: hsl(39, 29%, 32%); — As HEX: color: #69593A; — As RGB: color: rgb(105, 89, 58); — Tailwind CSS: bg-[hsl(39,29%,32%)] — CSS variable: --color-primary: hsl(39, 29%, 32%);