HSL(27, 91%, 39%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,91%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 91%, 39%) | color: hsl(27, 91%, 39%) | |
| HEX | #BE5A09 | color: #BE5A09 | |
| RGB | rgb(190, 90, 9) | color: rgb(190, 90, 9) | |
| CMYK | cmyk(0%, 53%, 95%, 25%) | — | |
| HSV | hsv(27, 95%, 75%) | — | |
| HWB | hwb(27 4% 25%) | color: hwb(27 4% 25%) | |
| OKLCH | oklch(0.5811 0.1502 50.15) | color: oklch(0.5811 0.1502 50.15) | |
| Lab | lab(49.84 36.34 56.87) | color: lab(49.84 36.34 56.87) | |
| LCH | lch(49.84 67.49 57.42) | color: lch(49.84 67.49 57.42) |
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)
#93921D — rgb(147, 146, 29)
Deuteranopia (Green-blind)
#99A021 — rgb(153, 160, 33)
Tritanopia (Blue-blind)
#B92C2F — rgb(185, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 91%, 39%);
text
color: hsl(27, 91%, 39%);
border
border: 2px solid hsl(27, 91%, 39%);
gradient light
background: linear-gradient(to right, hsl(27, 91%, 59%), hsl(27, 91%, 39%));
gradient dark
background: linear-gradient(to right, hsl(27, 91%, 39%), hsl(27, 91%, 19%))
hex
background-color: #BE5A09;
tailwind
bg-[hsl(27,91%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 91%, 39%, 0.4);
css variable
--color-primary: hsl(27, 91%, 39%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 91%, 39%)?
HEX: #BE5A09 | RGB: rgb(190, 90, 9) | CMYK: 0%, 53%, 95%, 25% | HSV: 27°, 95%, 75%. Copy any format from the conversion table above.
What colors go well with #BE5A09?
The complementary color is HSL(207, 91%, 39%). 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, 91%, 39%) in CSS?
As HSL: color: hsl(27, 91%, 39%); — As HEX: color: #BE5A09; — As RGB: color: rgb(190, 90, 9); — Tailwind CSS: bg-[hsl(27,91%,39%)] — CSS variable: --color-primary: hsl(27, 91%, 39%);