HSL(30, 80%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,80%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 80%, 30%) | color: hsl(30, 80%, 30%) | |
| HEX | #8A4D0F | color: #8A4D0F | |
| RGB | rgb(138, 77, 15) | color: rgb(138, 77, 15) | |
| CMYK | cmyk(0%, 44%, 89%, 46%) | — | |
| HSV | hsv(30, 89%, 54%) | — | |
| HWB | hwb(30 6% 46%) | color: hwb(30 6% 46%) | |
| OKLCH | oklch(0.4833 0.1075 59.07) | color: oklch(0.4833 0.1075 59.07) | |
| Lab | lab(39.15 21.36 43.86) | color: lab(39.15 21.36 43.86) | |
| LCH | lch(39.15 48.78 64.03) | color: lch(39.15 48.78 64.03) |
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)
#706F1E — rgb(112, 111, 30)
Deuteranopia (Green-blind)
#737822 — rgb(115, 120, 34)
Tritanopia (Blue-blind)
#872A2C — rgb(135, 42, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 80%, 30%);
text
color: hsl(30, 80%, 30%);
border
border: 2px solid hsl(30, 80%, 30%);
gradient light
background: linear-gradient(to right, hsl(30, 80%, 50%), hsl(30, 80%, 30%));
gradient dark
background: linear-gradient(to right, hsl(30, 80%, 30%), hsl(30, 80%, 10%))
hex
background-color: #8A4D0F;
tailwind
bg-[hsl(30,80%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 80%, 30%, 0.4);
css variable
--color-primary: hsl(30, 80%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 80%, 30%)?
HEX: #8A4D0F | RGB: rgb(138, 77, 15) | CMYK: 0%, 44%, 89%, 46% | HSV: 30°, 89%, 54%. Copy any format from the conversion table above.
What colors go well with #8A4D0F?
The complementary color is HSL(210, 80%, 30%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 80%, 30%) in CSS?
As HSL: color: hsl(30, 80%, 30%); — As HEX: color: #8A4D0F; — As RGB: color: rgb(138, 77, 15); — Tailwind CSS: bg-[hsl(30,80%,30%)] — CSS variable: --color-primary: hsl(30, 80%, 30%);