HSL(34, 40%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,40%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 40%, 35%) | color: hsl(34, 40%, 35%) | |
| HEX | #7D5E36 | color: #7D5E36 | |
| RGB | rgb(125, 94, 54) | color: rgb(125, 94, 54) | |
| CMYK | cmyk(0%, 25%, 57%, 51%) | — | |
| HSV | hsv(34, 57%, 49%) | — | |
| HWB | hwb(34 21% 51%) | color: hwb(34 21% 51%) | |
| OKLCH | oklch(0.5046 0.0691 72.23) | color: oklch(0.5046 0.0691 72.23) | |
| Lab | lab(42.2 7.57 27.62) | color: lab(42.2 7.57 27.62) | |
| LCH | lch(42.2 28.64 74.67) | color: lch(42.2 28.64 74.67) |
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)
#706F40 — rgb(112, 111, 64)
Deuteranopia (Green-blind)
#717442 — rgb(113, 116, 66)
Tritanopia (Blue-blind)
#7B4749 — rgb(123, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 40%, 35%);
text
color: hsl(34, 40%, 35%);
border
border: 2px solid hsl(34, 40%, 35%);
gradient light
background: linear-gradient(to right, hsl(34, 40%, 55%), hsl(34, 40%, 35%));
gradient dark
background: linear-gradient(to right, hsl(34, 40%, 35%), hsl(34, 40%, 15%))
hex
background-color: #7D5E36;
tailwind
bg-[hsl(34,40%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 40%, 35%, 0.4);
css variable
--color-primary: hsl(34, 40%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 40%, 35%)?
HEX: #7D5E36 | RGB: rgb(125, 94, 54) | CMYK: 0%, 25%, 57%, 51% | HSV: 34°, 57%, 49%. Copy any format from the conversion table above.
What colors go well with #7D5E36?
The complementary color is HSL(214, 40%, 35%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 40%, 35%) in CSS?
As HSL: color: hsl(34, 40%, 35%); — As HEX: color: #7D5E36; — As RGB: color: rgb(125, 94, 54); — Tailwind CSS: bg-[hsl(34,40%,35%)] — CSS variable: --color-primary: hsl(34, 40%, 35%);