HSL(30, 20%, 58%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,20%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 20%, 58%) | color: hsl(30, 20%, 58%) | |
| HEX | #A9947E | color: #A9947E | |
| RGB | rgb(169, 148, 126) | color: rgb(169, 148, 126) | |
| CMYK | cmyk(0%, 12%, 25%, 34%) | — | |
| HSV | hsv(31, 25%, 66%) | — | |
| HWB | hwb(31 50% 34%) | color: hwb(31 50% 34%) | |
| OKLCH | oklch(0.6793 0.0401 68.38) | color: oklch(0.6793 0.0401 68.38) | |
| Lab | lab(62.61 4.29 14.52) | color: lab(62.61 4.29 14.52) | |
| LCH | lch(62.61 15.14 73.54) | color: lch(62.61 15.14 73.54) |
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)
#A0A083 — rgb(160, 160, 131)
Deuteranopia (Green-blind)
#A1A385 — rgb(161, 163, 133)
Tritanopia (Blue-blind)
#A88888 — rgb(168, 136, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 20%, 58%);
text
color: hsl(30, 20%, 58%);
border
border: 2px solid hsl(30, 20%, 58%);
gradient light
background: linear-gradient(to right, hsl(30, 20%, 78%), hsl(30, 20%, 58%));
gradient dark
background: linear-gradient(to right, hsl(30, 20%, 58%), hsl(30, 20%, 38%))
hex
background-color: #A9947E;
tailwind
bg-[hsl(30,20%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 20%, 58%, 0.4);
css variable
--color-primary: hsl(30, 20%, 58%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 20%, 58%)?
HEX: #A9947E | RGB: rgb(169, 148, 126) | CMYK: 0%, 12%, 25%, 34% | HSV: 31°, 25%, 66%. Copy any format from the conversion table above.
What colors go well with #A9947E?
The complementary color is HSL(210, 20%, 58%). 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, 20%, 58%) in CSS?
As HSL: color: hsl(30, 20%, 58%); — As HEX: color: #A9947E; — As RGB: color: rgb(169, 148, 126); — Tailwind CSS: bg-[hsl(30,20%,58%)] — CSS variable: --color-primary: hsl(30, 20%, 58%);