HSL(27, 34%, 59%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,34%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 34%, 59%) | color: hsl(27, 34%, 59%) | |
| HEX | #BA9373 | color: #BA9373 | |
| RGB | rgb(186, 147, 115) | color: rgb(186, 147, 115) | |
| CMYK | cmyk(0%, 21%, 38%, 27%) | — | |
| HSV | hsv(27, 38%, 73%) | — | |
| HWB | hwb(27 45% 27%) | color: hwb(27 45% 27%) | |
| OKLCH | oklch(0.6917 0.0648 60.81) | color: oklch(0.6917 0.0648 60.81) | |
| Lab | lab(63.79 10.24 22.54) | color: lab(63.79 10.24 22.54) | |
| LCH | lch(63.79 24.76 65.57) | color: lch(63.79 24.76 65.57) |
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)
#A9A97B — rgb(169, 169, 123)
Deuteranopia (Green-blind)
#ABAE7D — rgb(171, 174, 125)
Tritanopia (Blue-blind)
#B88182 — rgb(184, 129, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 34%, 59%);
text
color: hsl(27, 34%, 59%);
border
border: 2px solid hsl(27, 34%, 59%);
gradient light
background: linear-gradient(to right, hsl(27, 34%, 79%), hsl(27, 34%, 59%));
gradient dark
background: linear-gradient(to right, hsl(27, 34%, 59%), hsl(27, 34%, 39%))
hex
background-color: #BA9373;
tailwind
bg-[hsl(27,34%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 34%, 59%, 0.4);
css variable
--color-primary: hsl(27, 34%, 59%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 34%, 59%)?
HEX: #BA9373 | RGB: rgb(186, 147, 115) | CMYK: 0%, 21%, 38%, 27% | HSV: 27°, 38%, 73%. Copy any format from the conversion table above.
What colors go well with #BA9373?
The complementary color is HSL(207, 34%, 59%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 34%, 59%) in CSS?
As HSL: color: hsl(27, 34%, 59%); — As HEX: color: #BA9373; — As RGB: color: rgb(186, 147, 115); — Tailwind CSS: bg-[hsl(27,34%,59%)] — CSS variable: --color-primary: hsl(27, 34%, 59%);