HSL(35, 83%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,83%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 83%, 35%) | color: hsl(35, 83%, 35%) | |
| HEX | #A3660F | color: #A3660F | |
| RGB | rgb(163, 102, 15) | color: rgb(163, 102, 15) | |
| CMYK | cmyk(0%, 37%, 91%, 36%) | — | |
| HSV | hsv(35, 91%, 64%) | — | |
| HWB | hwb(35 6% 36%) | color: hwb(35 6% 36%) | |
| OKLCH | oklch(0.5642 0.1193 67.78) | color: oklch(0.5642 0.1193 67.78) | |
| Lab | lab(48.67 18.37 52.85) | color: lab(48.67 18.37 52.85) | |
| LCH | lch(48.67 55.95 70.83) | color: lch(48.67 55.95 70.83) |
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)
#898824 — rgb(137, 136, 36)
Deuteranopia (Green-blind)
#8C9129 — rgb(140, 145, 41)
Tritanopia (Blue-blind)
#A03538 — rgb(160, 53, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 83%, 35%);
text
color: hsl(35, 83%, 35%);
border
border: 2px solid hsl(35, 83%, 35%);
gradient light
background: linear-gradient(to right, hsl(35, 83%, 55%), hsl(35, 83%, 35%));
gradient dark
background: linear-gradient(to right, hsl(35, 83%, 35%), hsl(35, 83%, 15%))
hex
background-color: #A3660F;
tailwind
bg-[hsl(35,83%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 83%, 35%, 0.4);
css variable
--color-primary: hsl(35, 83%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 83%, 35%)?
HEX: #A3660F | RGB: rgb(163, 102, 15) | CMYK: 0%, 37%, 91%, 36% | HSV: 35°, 91%, 64%. Copy any format from the conversion table above.
What colors go well with #A3660F?
The complementary color is HSL(215, 83%, 35%). 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, 83%, 35%) in CSS?
As HSL: color: hsl(35, 83%, 35%); — As HEX: color: #A3660F; — As RGB: color: rgb(163, 102, 15); — Tailwind CSS: bg-[hsl(35,83%,35%)] — CSS variable: --color-primary: hsl(35, 83%, 35%);