HSL(35, 100%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,100%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 100%, 37%) | color: hsl(35, 100%, 37%) | |
| HEX | #BD6E00 | color: #BD6E00 | |
| RGB | rgb(189, 110, 0) | color: rgb(189, 110, 0) | |
| CMYK | cmyk(0%, 42%, 100%, 26%) | — | |
| HSV | hsv(35, 100%, 74%) | — | |
| HWB | hwb(35 0% 26%) | color: hwb(35 0% 26%) | |
| OKLCH | oklch(0.6127 0.1395 63.22) | color: oklch(0.6127 0.1395 63.22) | |
| Lab | lab(54 25.19 61.36) | color: lab(54 25.19 61.36) | |
| LCH | lch(54 66.33 67.68) | color: lch(54 66.33 67.68) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9B9A1B — rgb(155, 154, 27)
Deuteranopia (Green-blind)
#9FA521 — rgb(159, 165, 33)
Tritanopia (Blue-blind)
#B93034 — rgb(185, 48, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 100%, 37%);
text
color: hsl(35, 100%, 37%);
border
border: 2px solid hsl(35, 100%, 37%);
gradient light
background: linear-gradient(to right, hsl(35, 100%, 57%), hsl(35, 100%, 37%));
gradient dark
background: linear-gradient(to right, hsl(35, 100%, 37%), hsl(35, 100%, 17%))
hex
background-color: #BD6E00;
tailwind
bg-[hsl(35,100%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 100%, 37%, 0.4);
css variable
--color-primary: hsl(35, 100%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 100%, 37%)?
HEX: #BD6E00 | RGB: rgb(189, 110, 0) | CMYK: 0%, 42%, 100%, 26% | HSV: 35°, 100%, 74%. Copy any format from the conversion table above.
What colors go well with #BD6E00?
The complementary color is HSL(215, 100%, 37%). 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, 100%, 37%) in CSS?
As HSL: color: hsl(35, 100%, 37%); — As HEX: color: #BD6E00; — As RGB: color: rgb(189, 110, 0); — Tailwind CSS: bg-[hsl(35,100%,37%)] — CSS variable: --color-primary: hsl(35, 100%, 37%);