HSL(31, 26%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,26%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 26%, 63%) | color: hsl(31, 26%, 63%) | |
| HEX | #B9A188 | color: #B9A188 | |
| RGB | rgb(185, 161, 136) | color: rgb(185, 161, 136) | |
| CMYK | cmyk(0%, 13%, 26%, 27%) | — | |
| HSV | hsv(31, 26%, 73%) | — | |
| HWB | hwb(31 54% 27%) | color: hwb(31 54% 27%) | |
| OKLCH | oklch(0.7235 0.0449 68.17) | color: oklch(0.7235 0.0449 68.17) | |
| Lab | lab(67.71 4.9 16.27) | color: lab(67.71 4.9 16.27) | |
| LCH | lch(67.71 16.99 73.24) | color: lch(67.71 16.99 73.24) |
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)
#AFAE8E — rgb(175, 174, 142)
Deuteranopia (Green-blind)
#B0B290 — rgb(176, 178, 144)
Tritanopia (Blue-blind)
#B89394 — rgb(184, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 26%, 63%);
text
color: hsl(31, 26%, 63%);
border
border: 2px solid hsl(31, 26%, 63%);
gradient light
background: linear-gradient(to right, hsl(31, 26%, 83%), hsl(31, 26%, 63%));
gradient dark
background: linear-gradient(to right, hsl(31, 26%, 63%), hsl(31, 26%, 43%))
hex
background-color: #B9A188;
tailwind
bg-[hsl(31,26%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 26%, 63%, 0.4);
css variable
--color-primary: hsl(31, 26%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 26%, 63%)?
HEX: #B9A188 | RGB: rgb(185, 161, 136) | CMYK: 0%, 13%, 26%, 27% | HSV: 31°, 26%, 73%. Copy any format from the conversion table above.
What colors go well with #B9A188?
The complementary color is HSL(211, 26%, 63%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 26%, 63%) in CSS?
As HSL: color: hsl(31, 26%, 63%); — As HEX: color: #B9A188; — As RGB: color: rgb(185, 161, 136); — Tailwind CSS: bg-[hsl(31,26%,63%)] — CSS variable: --color-primary: hsl(31, 26%, 63%);