HSL(39, 16%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(39,16%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 16%, 63%) | color: hsl(39, 16%, 63%) | |
| HEX | #B0A592 | color: #B0A592 | |
| RGB | rgb(176, 165, 146) | color: rgb(176, 165, 146) | |
| CMYK | cmyk(0%, 6%, 17%, 31%) | — | |
| HSV | hsv(38, 17%, 69%) | — | |
| HWB | hwb(38 57% 31%) | color: hwb(38 57% 31%) | |
| OKLCH | oklch(0.726 0.0296 81.43) | color: oklch(0.726 0.0296 81.43) | |
| Lab | lab(68.18 0.75 11.29) | color: lab(68.18 0.75 11.29) | |
| LCH | lch(68.18 11.31 86.2) | color: lch(68.18 11.31 86.2) |
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)
#ABAB97 — rgb(171, 171, 151)
Deuteranopia (Green-blind)
#ACAD98 — rgb(172, 173, 152)
Tritanopia (Blue-blind)
#AF9A9B — rgb(175, 154, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 16%, 63%);
text
color: hsl(39, 16%, 63%);
border
border: 2px solid hsl(39, 16%, 63%);
gradient light
background: linear-gradient(to right, hsl(39, 16%, 83%), hsl(39, 16%, 63%));
gradient dark
background: linear-gradient(to right, hsl(39, 16%, 63%), hsl(39, 16%, 43%))
hex
background-color: #B0A592;
tailwind
bg-[hsl(39,16%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 16%, 63%, 0.4);
css variable
--color-primary: hsl(39, 16%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 16%, 63%)?
HEX: #B0A592 | RGB: rgb(176, 165, 146) | CMYK: 0%, 6%, 17%, 31% | HSV: 38°, 17%, 69%. Copy any format from the conversion table above.
What colors go well with #B0A592?
The complementary color is HSL(219, 16%, 63%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 16%, 63%) in CSS?
As HSL: color: hsl(39, 16%, 63%); — As HEX: color: #B0A592; — As RGB: color: rgb(176, 165, 146); — Tailwind CSS: bg-[hsl(39,16%,63%)] — CSS variable: --color-primary: hsl(39, 16%, 63%);