HSL(27, 54%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,54%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 54%, 15%) | color: hsl(27, 54%, 15%) | |
| HEX | #3B2412 | color: #3B2412 | |
| RGB | rgb(59, 36, 18) | color: rgb(59, 36, 18) | |
| CMYK | cmyk(0%, 39%, 69%, 77%) | — | |
| HSV | hsv(26, 69%, 23%) | — | |
| HWB | hwb(26 7% 77%) | color: hwb(26 7% 77%) | |
| OKLCH | oklch(0.2849 0.0456 57.62) | color: oklch(0.2849 0.0456 57.62) | |
| Lab | lab(16.68 8.71 16.31) | color: lab(16.68 8.71 16.31) | |
| LCH | lch(16.68 18.49 61.9) | color: lch(16.68 18.49 61.9) |
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)
#313116 — rgb(49, 49, 22)
Deuteranopia (Green-blind)
#323417 — rgb(50, 52, 23)
Tritanopia (Blue-blind)
#3A1A1B — rgb(58, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 54%, 15%);
text
color: hsl(27, 54%, 15%);
border
border: 2px solid hsl(27, 54%, 15%);
gradient light
background: linear-gradient(to right, hsl(27, 54%, 35%), hsl(27, 54%, 15%));
gradient dark
background: linear-gradient(to right, hsl(27, 54%, 15%), hsl(27, 54%, 0%))
hex
background-color: #3B2412;
tailwind
bg-[hsl(27,54%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 54%, 15%, 0.4);
css variable
--color-primary: hsl(27, 54%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 54%, 15%)?
HEX: #3B2412 | RGB: rgb(59, 36, 18) | CMYK: 0%, 39%, 69%, 77% | HSV: 26°, 69%, 23%. Copy any format from the conversion table above.
What colors go well with #3B2412?
The complementary color is HSL(207, 54%, 15%). 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%, 15%) in CSS?
As HSL: color: hsl(27, 54%, 15%); — As HEX: color: #3B2412; — As RGB: color: rgb(59, 36, 18); — Tailwind CSS: bg-[hsl(27,54%,15%)] — CSS variable: --color-primary: hsl(27, 54%, 15%);