HSL(36, 87%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,87%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 87%, 25%) | color: hsl(36, 87%, 25%) | |
| HEX | #774B08 | color: #774B08 | |
| RGB | rgb(119, 75, 8) | color: rgb(119, 75, 8) | |
| CMYK | cmyk(0%, 37%, 93%, 53%) | — | |
| HSV | hsv(36, 93%, 47%) | — | |
| HWB | hwb(36 3% 53%) | color: hwb(36 3% 53%) | |
| OKLCH | oklch(0.4526 0.0946 69.76) | color: oklch(0.4526 0.0946 69.76) | |
| Lab | lab(35.93 13.52 42.39) | color: lab(35.93 13.52 42.39) | |
| LCH | lch(35.93 44.49 72.31) | color: lch(35.93 44.49 72.31) |
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)
#646418 — rgb(100, 100, 24)
Deuteranopia (Green-blind)
#676A1C — rgb(103, 106, 28)
Tritanopia (Blue-blind)
#752528 — rgb(117, 37, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 87%, 25%);
text
color: hsl(36, 87%, 25%);
border
border: 2px solid hsl(36, 87%, 25%);
gradient light
background: linear-gradient(to right, hsl(36, 87%, 45%), hsl(36, 87%, 25%));
gradient dark
background: linear-gradient(to right, hsl(36, 87%, 25%), hsl(36, 87%, 5%))
hex
background-color: #774B08;
tailwind
bg-[hsl(36,87%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 87%, 25%, 0.4);
css variable
--color-primary: hsl(36, 87%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 87%, 25%)?
HEX: #774B08 | RGB: rgb(119, 75, 8) | CMYK: 0%, 37%, 93%, 53% | HSV: 36°, 93%, 47%. Copy any format from the conversion table above.
What colors go well with #774B08?
The complementary color is HSL(216, 87%, 25%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 87%, 25%) in CSS?
As HSL: color: hsl(36, 87%, 25%); — As HEX: color: #774B08; — As RGB: color: rgb(119, 75, 8); — Tailwind CSS: bg-[hsl(36,87%,25%)] — CSS variable: --color-primary: hsl(36, 87%, 25%);