HSL(20, 40%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,40%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 40%, 35%) | color: hsl(20, 40%, 35%) | |
| HEX | #7D4D36 | color: #7D4D36 | |
| RGB | rgb(125, 77, 54) | color: rgb(125, 77, 54) | |
| CMYK | cmyk(0%, 38%, 57%, 51%) | — | |
| HSV | hsv(19, 57%, 49%) | — | |
| HWB | hwb(19 21% 51%) | color: hwb(19 21% 51%) | |
| OKLCH | oklch(0.4698 0.074 46.04) | color: oklch(0.4698 0.074 46.04) | |
| Lab | lab(37.73 17.7 22.04) | color: lab(37.73 17.7 22.04) | |
| LCH | lch(37.73 28.27 51.23) | color: lch(37.73 28.27 51.23) |
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)
#68683C — rgb(104, 104, 60)
Deuteranopia (Green-blind)
#6B6F3D — rgb(107, 111, 61)
Tritanopia (Blue-blind)
#7B4041 — rgb(123, 64, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 40%, 35%);
text
color: hsl(20, 40%, 35%);
border
border: 2px solid hsl(20, 40%, 35%);
gradient light
background: linear-gradient(to right, hsl(20, 40%, 55%), hsl(20, 40%, 35%));
gradient dark
background: linear-gradient(to right, hsl(20, 40%, 35%), hsl(20, 40%, 15%))
hex
background-color: #7D4D36;
tailwind
bg-[hsl(20,40%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 40%, 35%, 0.4);
css variable
--color-primary: hsl(20, 40%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 40%, 35%)?
HEX: #7D4D36 | RGB: rgb(125, 77, 54) | CMYK: 0%, 38%, 57%, 51% | HSV: 19°, 57%, 49%. Copy any format from the conversion table above.
What colors go well with #7D4D36?
The complementary color is HSL(200, 40%, 35%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 40%, 35%) in CSS?
As HSL: color: hsl(20, 40%, 35%); — As HEX: color: #7D4D36; — As RGB: color: rgb(125, 77, 54); — Tailwind CSS: bg-[hsl(20,40%,35%)] — CSS variable: --color-primary: hsl(20, 40%, 35%);