HSL(27, 54%, 18%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,54%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 54%, 18%) | color: hsl(27, 54%, 18%) | |
| HEX | #472B15 | color: #472B15 | |
| RGB | rgb(71, 43, 21) | color: rgb(71, 43, 21) | |
| CMYK | cmyk(0%, 39%, 70%, 72%) | — | |
| HSV | hsv(26, 70%, 28%) | — | |
| HWB | hwb(26 8% 72%) | color: hwb(26 8% 72%) | |
| OKLCH | oklch(0.3187 0.0538 57.36) | color: oklch(0.3187 0.0538 57.36) | |
| Lab | lab(20.53 10.45 19.45) | color: lab(20.53 10.45 19.45) | |
| LCH | lch(20.53 22.08 61.75) | color: lch(20.53 22.08 61.75) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#3B3B1A — rgb(59, 59, 26)
Deuteranopia (Green-blind)
#3D3F1C — rgb(61, 63, 28)
Tritanopia (Blue-blind)
#461F1F — rgb(70, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 54%, 18%);
text
color: hsl(27, 54%, 18%);
border
border: 2px solid hsl(27, 54%, 18%);
gradient light
background: linear-gradient(to right, hsl(27, 54%, 38%), hsl(27, 54%, 18%));
gradient dark
background: linear-gradient(to right, hsl(27, 54%, 18%), hsl(27, 54%, 0%))
hex
background-color: #472B15;
tailwind
bg-[hsl(27,54%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 54%, 18%, 0.4);
css variable
--color-primary: hsl(27, 54%, 18%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 54%, 18%)?
HEX: #472B15 | RGB: rgb(71, 43, 21) | CMYK: 0%, 39%, 70%, 72% | HSV: 26°, 70%, 28%. Copy any format from the conversion table above.
What colors go well with #472B15?
The complementary color is HSL(207, 54%, 18%). 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, 54%, 18%) in CSS?
As HSL: color: hsl(27, 54%, 18%); — As HEX: color: #472B15; — As RGB: color: rgb(71, 43, 21); — Tailwind CSS: bg-[hsl(27,54%,18%)] — CSS variable: --color-primary: hsl(27, 54%, 18%);