HSL(27, 40%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,40%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 40%, 24%) | color: hsl(27, 40%, 24%) | |
| HEX | #563B25 | color: #563B25 | |
| RGB | rgb(86, 59, 37) | color: rgb(86, 59, 37) | |
| CMYK | cmyk(0%, 31%, 57%, 66%) | — | |
| HSV | hsv(27, 57%, 34%) | — | |
| HWB | hwb(27 15% 66%) | color: hwb(27 15% 66%) | |
| OKLCH | oklch(0.3776 0.0513 59.54) | color: oklch(0.3776 0.0513 59.54) | |
| Lab | lab(27.41 9.01 18.31) | color: lab(27.41 9.01 18.31) | |
| LCH | lch(27.41 20.41 63.8) | color: lch(27.41 20.41 63.8) |
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)
#4A4A2A — rgb(74, 74, 42)
Deuteranopia (Green-blind)
#4C4E2C — rgb(76, 78, 44)
Tritanopia (Blue-blind)
#552F2F — rgb(85, 47, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 40%, 24%);
text
color: hsl(27, 40%, 24%);
border
border: 2px solid hsl(27, 40%, 24%);
gradient light
background: linear-gradient(to right, hsl(27, 40%, 44%), hsl(27, 40%, 24%));
gradient dark
background: linear-gradient(to right, hsl(27, 40%, 24%), hsl(27, 40%, 4%))
hex
background-color: #563B25;
tailwind
bg-[hsl(27,40%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 40%, 24%, 0.4);
css variable
--color-primary: hsl(27, 40%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 40%, 24%)?
HEX: #563B25 | RGB: rgb(86, 59, 37) | CMYK: 0%, 31%, 57%, 66% | HSV: 27°, 57%, 34%. Copy any format from the conversion table above.
What colors go well with #563B25?
The complementary color is HSL(207, 40%, 24%). 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, 40%, 24%) in CSS?
As HSL: color: hsl(27, 40%, 24%); — As HEX: color: #563B25; — As RGB: color: rgb(86, 59, 37); — Tailwind CSS: bg-[hsl(27,40%,24%)] — CSS variable: --color-primary: hsl(27, 40%, 24%);