HSL(35, 30%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,30%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 30%, 34%) | color: hsl(35, 30%, 34%) | |
| HEX | #715B3D | color: #715B3D | |
| RGB | rgb(113, 91, 61) | color: rgb(113, 91, 61) | |
| CMYK | cmyk(0%, 19%, 46%, 56%) | — | |
| HSV | hsv(35, 46%, 44%) | — | |
| HWB | hwb(35 24% 56%) | color: hwb(35 24% 56%) | |
| OKLCH | oklch(0.4856 0.0527 74.64) | color: oklch(0.4856 0.0527 74.64) | |
| Lab | lab(40.13 4.59 20.67) | color: lab(40.13 4.59 20.67) | |
| LCH | lch(40.13 21.17 77.48) | color: lch(40.13 21.17 77.48) |
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)
#676744 — rgb(103, 103, 68)
Deuteranopia (Green-blind)
#696A46 — rgb(105, 106, 70)
Tritanopia (Blue-blind)
#704A4B — rgb(112, 74, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 30%, 34%);
text
color: hsl(35, 30%, 34%);
border
border: 2px solid hsl(35, 30%, 34%);
gradient light
background: linear-gradient(to right, hsl(35, 30%, 54%), hsl(35, 30%, 34%));
gradient dark
background: linear-gradient(to right, hsl(35, 30%, 34%), hsl(35, 30%, 14%))
hex
background-color: #715B3D;
tailwind
bg-[hsl(35,30%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 30%, 34%, 0.4);
css variable
--color-primary: hsl(35, 30%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 30%, 34%)?
HEX: #715B3D | RGB: rgb(113, 91, 61) | CMYK: 0%, 19%, 46%, 56% | HSV: 35°, 46%, 44%. Copy any format from the conversion table above.
What colors go well with #715B3D?
The complementary color is HSL(215, 30%, 34%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 30%, 34%) in CSS?
As HSL: color: hsl(35, 30%, 34%); — As HEX: color: #715B3D; — As RGB: color: rgb(113, 91, 61); — Tailwind CSS: bg-[hsl(35,30%,34%)] — CSS variable: --color-primary: hsl(35, 30%, 34%);