HSL(30, 100%, 27%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,100%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 100%, 27%) | color: hsl(30, 100%, 27%) | |
| HEX | #8A4500 | color: #8A4500 | |
| RGB | rgb(138, 69, 0) | color: rgb(138, 69, 0) | |
| CMYK | cmyk(0%, 50%, 100%, 46%) | — | |
| HSV | hsv(30, 100%, 54%) | — | |
| HWB | hwb(30 0% 46%) | color: hwb(30 0% 46%) | |
| OKLCH | oklch(0.4683 0.1158 55.08) | color: oklch(0.4683 0.1158 55.08) | |
| Lab | lab(37.23 25.59 47.25) | color: lab(37.23 25.59 47.25) | |
| LCH | lch(37.23 53.73 61.56) | color: lch(37.23 53.73 61.56) |
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)
#6C6C11 — rgb(108, 108, 17)
Deuteranopia (Green-blind)
#707515 — rgb(112, 117, 21)
Tritanopia (Blue-blind)
#871E21 — rgb(135, 30, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 100%, 27%);
text
color: hsl(30, 100%, 27%);
border
border: 2px solid hsl(30, 100%, 27%);
gradient light
background: linear-gradient(to right, hsl(30, 100%, 47%), hsl(30, 100%, 27%));
gradient dark
background: linear-gradient(to right, hsl(30, 100%, 27%), hsl(30, 100%, 7%))
hex
background-color: #8A4500;
tailwind
bg-[hsl(30,100%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 100%, 27%, 0.4);
css variable
--color-primary: hsl(30, 100%, 27%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 100%, 27%)?
HEX: #8A4500 | RGB: rgb(138, 69, 0) | CMYK: 0%, 50%, 100%, 46% | HSV: 30°, 100%, 54%. Copy any format from the conversion table above.
What colors go well with #8A4500?
The complementary color is HSL(210, 100%, 27%). 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, 100%, 27%) in CSS?
As HSL: color: hsl(30, 100%, 27%); — As HEX: color: #8A4500; — As RGB: color: rgb(138, 69, 0); — Tailwind CSS: bg-[hsl(30,100%,27%)] — CSS variable: --color-primary: hsl(30, 100%, 27%);