HSL(27, 23%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,23%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 23%, 65%) | color: hsl(27, 23%, 65%) | |
| HEX | #BAA491 | color: #BAA491 | |
| RGB | rgb(186, 164, 145) | color: rgb(186, 164, 145) | |
| CMYK | cmyk(0%, 12%, 22%, 27%) | — | |
| HSV | hsv(28, 22%, 73%) | — | |
| HWB | hwb(28 57% 27%) | color: hwb(28 57% 27%) | |
| OKLCH | oklch(0.7327 0.0371 63.03) | color: oklch(0.7327 0.0371 63.03) | |
| Lab | lab(68.78 4.97 12.81) | color: lab(68.78 4.97 12.81) | |
| LCH | lch(68.78 13.74 68.79) | color: lch(68.78 13.74 68.79) |
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)
#B0B096 — rgb(176, 176, 150)
Deuteranopia (Green-blind)
#B2B397 — rgb(178, 179, 151)
Tritanopia (Blue-blind)
#B9999A — rgb(185, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 23%, 65%);
text
color: hsl(27, 23%, 65%);
border
border: 2px solid hsl(27, 23%, 65%);
gradient light
background: linear-gradient(to right, hsl(27, 23%, 85%), hsl(27, 23%, 65%));
gradient dark
background: linear-gradient(to right, hsl(27, 23%, 65%), hsl(27, 23%, 45%))
hex
background-color: #BAA491;
tailwind
bg-[hsl(27,23%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 23%, 65%, 0.4);
css variable
--color-primary: hsl(27, 23%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 23%, 65%)?
HEX: #BAA491 | RGB: rgb(186, 164, 145) | CMYK: 0%, 12%, 22%, 27% | HSV: 28°, 22%, 73%. Copy any format from the conversion table above.
What colors go well with #BAA491?
The complementary color is HSL(207, 23%, 65%). 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, 23%, 65%) in CSS?
As HSL: color: hsl(27, 23%, 65%); — As HEX: color: #BAA491; — As RGB: color: rgb(186, 164, 145); — Tailwind CSS: bg-[hsl(27,23%,65%)] — CSS variable: --color-primary: hsl(27, 23%, 65%);