HSL(35, 70%, 26%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,70%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 70%, 26%) | color: hsl(35, 70%, 26%) | |
| HEX | #714A14 | color: #714A14 | |
| RGB | rgb(113, 74, 20) | color: rgb(113, 74, 20) | |
| CMYK | cmyk(0%, 35%, 82%, 56%) | — | |
| HSV | hsv(35, 82%, 44%) | — | |
| HWB | hwb(35 8% 56%) | color: hwb(35 8% 56%) | |
| OKLCH | oklch(0.4432 0.0853 70.22) | color: oklch(0.4432 0.0853 70.22) | |
| Lab | lab(34.92 11.61 36.85) | color: lab(34.92 11.61 36.85) | |
| LCH | lch(34.92 38.64 72.51) | color: lch(34.92 38.64 72.51) |
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)
#606021 — rgb(96, 96, 33)
Deuteranopia (Green-blind)
#626524 — rgb(98, 101, 36)
Tritanopia (Blue-blind)
#6F2B2E — rgb(111, 43, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 70%, 26%);
text
color: hsl(35, 70%, 26%);
border
border: 2px solid hsl(35, 70%, 26%);
gradient light
background: linear-gradient(to right, hsl(35, 70%, 46%), hsl(35, 70%, 26%));
gradient dark
background: linear-gradient(to right, hsl(35, 70%, 26%), hsl(35, 70%, 6%))
hex
background-color: #714A14;
tailwind
bg-[hsl(35,70%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 70%, 26%, 0.4);
css variable
--color-primary: hsl(35, 70%, 26%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 70%, 26%)?
HEX: #714A14 | RGB: rgb(113, 74, 20) | CMYK: 0%, 35%, 82%, 56% | HSV: 35°, 82%, 44%. Copy any format from the conversion table above.
What colors go well with #714A14?
The complementary color is HSL(215, 70%, 26%). 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, 70%, 26%) in CSS?
As HSL: color: hsl(35, 70%, 26%); — As HEX: color: #714A14; — As RGB: color: rgb(113, 74, 20); — Tailwind CSS: bg-[hsl(35,70%,26%)] — CSS variable: --color-primary: hsl(35, 70%, 26%);