HSL(35, 90%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,90%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 90%, 30%) | color: hsl(35, 90%, 30%) | |
| HEX | #915808 | color: #915808 | |
| RGB | rgb(145, 88, 8) | color: rgb(145, 88, 8) | |
| CMYK | cmyk(0%, 39%, 94%, 43%) | — | |
| HSV | hsv(35, 94%, 57%) | — | |
| HWB | hwb(35 3% 43%) | color: hwb(35 3% 43%) | |
| OKLCH | oklch(0.5134 0.1111 66.34) | color: oklch(0.5134 0.1111 66.34) | |
| Lab | lab(42.79 18.06 49.11) | color: lab(42.79 18.06 49.11) | |
| LCH | lch(42.79 52.33 69.81) | color: lch(42.79 52.33 69.81) |
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)
#78781B — rgb(120, 120, 27)
Deuteranopia (Green-blind)
#7C8020 — rgb(124, 128, 32)
Tritanopia (Blue-blind)
#8E2B2E — rgb(142, 43, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 90%, 30%);
text
color: hsl(35, 90%, 30%);
border
border: 2px solid hsl(35, 90%, 30%);
gradient light
background: linear-gradient(to right, hsl(35, 90%, 50%), hsl(35, 90%, 30%));
gradient dark
background: linear-gradient(to right, hsl(35, 90%, 30%), hsl(35, 90%, 10%))
hex
background-color: #915808;
tailwind
bg-[hsl(35,90%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 90%, 30%, 0.4);
css variable
--color-primary: hsl(35, 90%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 90%, 30%)?
HEX: #915808 | RGB: rgb(145, 88, 8) | CMYK: 0%, 39%, 94%, 43% | HSV: 35°, 94%, 57%. Copy any format from the conversion table above.
What colors go well with #915808?
The complementary color is HSL(215, 90%, 30%). 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, 90%, 30%) in CSS?
As HSL: color: hsl(35, 90%, 30%); — As HEX: color: #915808; — As RGB: color: rgb(145, 88, 8); — Tailwind CSS: bg-[hsl(35,90%,30%)] — CSS variable: --color-primary: hsl(35, 90%, 30%);