HSL(38, 88%, 31%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,88%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 88%, 31%) | color: hsl(38, 88%, 31%) | |
| HEX | #956209 | color: #956209 | |
| RGB | rgb(149, 98, 9) | color: rgb(149, 98, 9) | |
| CMYK | cmyk(0%, 34%, 94%, 42%) | — | |
| HSV | hsv(38, 94%, 58%) | — | |
| HWB | hwb(38 3% 42%) | color: hwb(38 3% 42%) | |
| OKLCH | oklch(0.5382 0.1119 72.79) | color: oklch(0.5382 0.1119 72.79) | |
| Lab | lab(45.83 14.15 51.35) | color: lab(45.83 14.15 51.35) | |
| LCH | lch(45.83 53.26 74.59) | color: lch(45.83 53.26 74.59) |
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)
#7F7E1F — rgb(127, 126, 31)
Deuteranopia (Green-blind)
#828624 — rgb(130, 134, 36)
Tritanopia (Blue-blind)
#923033 — rgb(146, 48, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 88%, 31%);
text
color: hsl(38, 88%, 31%);
border
border: 2px solid hsl(38, 88%, 31%);
gradient light
background: linear-gradient(to right, hsl(38, 88%, 51%), hsl(38, 88%, 31%));
gradient dark
background: linear-gradient(to right, hsl(38, 88%, 31%), hsl(38, 88%, 11%))
hex
background-color: #956209;
tailwind
bg-[hsl(38,88%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 88%, 31%, 0.4);
css variable
--color-primary: hsl(38, 88%, 31%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 88%, 31%)?
HEX: #956209 | RGB: rgb(149, 98, 9) | CMYK: 0%, 34%, 94%, 42% | HSV: 38°, 94%, 58%. Copy any format from the conversion table above.
What colors go well with #956209?
The complementary color is HSL(218, 88%, 31%). 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, 88%, 31%) in CSS?
As HSL: color: hsl(38, 88%, 31%); — As HEX: color: #956209; — As RGB: color: rgb(149, 98, 9); — Tailwind CSS: bg-[hsl(38,88%,31%)] — CSS variable: --color-primary: hsl(38, 88%, 31%);