HSL(30, 100%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,100%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 100%, 34%) | color: hsl(30, 100%, 34%) | |
| HEX | #AD5700 | color: #AD5700 | |
| RGB | rgb(173, 87, 0) | color: rgb(173, 87, 0) | |
| CMYK | cmyk(0%, 50%, 100%, 32%) | — | |
| HSV | hsv(30, 100%, 68%) | — | |
| HWB | hwb(30 0% 32%) | color: hwb(30 0% 32%) | |
| OKLCH | oklch(0.5509 0.1374 54.39) | color: oklch(0.5509 0.1374 54.39) | |
| Lab | lab(46.58 30.8 55.63) | color: lab(46.58 30.8 55.63) | |
| LCH | lch(46.58 63.59 61.03) | color: lch(46.58 63.59 61.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)
#888715 — rgb(136, 135, 21)
Deuteranopia (Green-blind)
#8D931A — rgb(141, 147, 26)
Tritanopia (Blue-blind)
#A92629 — rgb(169, 38, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 100%, 34%);
text
color: hsl(30, 100%, 34%);
border
border: 2px solid hsl(30, 100%, 34%);
gradient light
background: linear-gradient(to right, hsl(30, 100%, 54%), hsl(30, 100%, 34%));
gradient dark
background: linear-gradient(to right, hsl(30, 100%, 34%), hsl(30, 100%, 14%))
hex
background-color: #AD5700;
tailwind
bg-[hsl(30,100%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 100%, 34%, 0.4);
css variable
--color-primary: hsl(30, 100%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 100%, 34%)?
HEX: #AD5700 | RGB: rgb(173, 87, 0) | CMYK: 0%, 50%, 100%, 32% | HSV: 30°, 100%, 68%. Copy any format from the conversion table above.
What colors go well with #AD5700?
The complementary color is HSL(210, 100%, 34%). 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%, 34%) in CSS?
As HSL: color: hsl(30, 100%, 34%); — As HEX: color: #AD5700; — As RGB: color: rgb(173, 87, 0); — Tailwind CSS: bg-[hsl(30,100%,34%)] — CSS variable: --color-primary: hsl(30, 100%, 34%);