HSL(38, 63%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,63%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 63%, 37%) | color: hsl(38, 63%, 37%) | |
| HEX | #9A6E23 | color: #9A6E23 | |
| RGB | rgb(154, 110, 35) | color: rgb(154, 110, 35) | |
| CMYK | cmyk(0%, 29%, 77%, 40%) | — | |
| HSV | hsv(38, 77%, 60%) | — | |
| HWB | hwb(38 14% 40%) | color: hwb(38 14% 40%) | |
| OKLCH | oklch(0.5699 0.1047 76.51) | color: oklch(0.5699 0.1047 76.51) | |
| Lab | lab(49.67 10.35 46.3) | color: lab(49.67 10.35 46.3) | |
| LCH | lch(49.67 47.44 77.4) | color: lch(49.67 47.44 77.4) |
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)
#878735 — rgb(135, 135, 53)
Deuteranopia (Green-blind)
#8A8D3A — rgb(138, 141, 58)
Tritanopia (Blue-blind)
#984347 — rgb(152, 67, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 63%, 37%);
text
color: hsl(38, 63%, 37%);
border
border: 2px solid hsl(38, 63%, 37%);
gradient light
background: linear-gradient(to right, hsl(38, 63%, 57%), hsl(38, 63%, 37%));
gradient dark
background: linear-gradient(to right, hsl(38, 63%, 37%), hsl(38, 63%, 17%))
hex
background-color: #9A6E23;
tailwind
bg-[hsl(38,63%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 63%, 37%, 0.4);
css variable
--color-primary: hsl(38, 63%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 63%, 37%)?
HEX: #9A6E23 | RGB: rgb(154, 110, 35) | CMYK: 0%, 29%, 77%, 40% | HSV: 38°, 77%, 60%. Copy any format from the conversion table above.
What colors go well with #9A6E23?
The complementary color is HSL(218, 63%, 37%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 63%, 37%) in CSS?
As HSL: color: hsl(38, 63%, 37%); — As HEX: color: #9A6E23; — As RGB: color: rgb(154, 110, 35); — Tailwind CSS: bg-[hsl(38,63%,37%)] — CSS variable: --color-primary: hsl(38, 63%, 37%);