HSL(35, 30%, 54%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,30%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 30%, 54%) | color: hsl(35, 30%, 54%) | |
| HEX | #AD9067 | color: #AD9067 | |
| RGB | rgb(173, 144, 103) | color: rgb(173, 144, 103) | |
| CMYK | cmyk(0%, 17%, 40%, 32%) | — | |
| HSV | hsv(35, 40%, 68%) | — | |
| HWB | hwb(35 41% 32%) | color: hwb(35 41% 32%) | |
| OKLCH | oklch(0.67 0.0661 75.83) | color: oklch(0.67 0.0661 75.83) | |
| Lab | lab(61.49 5.11 25.87) | color: lab(61.49 5.11 25.87) | |
| LCH | lch(61.49 26.37 78.83) | color: lch(61.49 26.37 78.83) |
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)
#A0A071 — rgb(160, 160, 113)
Deuteranopia (Green-blind)
#A2A473 — rgb(162, 164, 115)
Tritanopia (Blue-blind)
#AC797A — rgb(172, 121, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 30%, 54%);
text
color: hsl(35, 30%, 54%);
border
border: 2px solid hsl(35, 30%, 54%);
gradient light
background: linear-gradient(to right, hsl(35, 30%, 74%), hsl(35, 30%, 54%));
gradient dark
background: linear-gradient(to right, hsl(35, 30%, 54%), hsl(35, 30%, 34%))
hex
background-color: #AD9067;
tailwind
bg-[hsl(35,30%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 30%, 54%, 0.4);
css variable
--color-primary: hsl(35, 30%, 54%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 30%, 54%)?
HEX: #AD9067 | RGB: rgb(173, 144, 103) | CMYK: 0%, 17%, 40%, 32% | HSV: 35°, 40%, 68%. Copy any format from the conversion table above.
What colors go well with #AD9067?
The complementary color is HSL(215, 30%, 54%). 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, 30%, 54%) in CSS?
As HSL: color: hsl(35, 30%, 54%); — As HEX: color: #AD9067; — As RGB: color: rgb(173, 144, 103); — Tailwind CSS: bg-[hsl(35,30%,54%)] — CSS variable: --color-primary: hsl(35, 30%, 54%);