HSL(41, 16%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(41,16%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 16%, 68%) | color: hsl(41, 16%, 68%) | |
| HEX | #BAB2A0 | color: #BAB2A0 | |
| RGB | rgb(186, 178, 160) | color: rgb(186, 178, 160) | |
| CMYK | cmyk(0%, 4%, 14%, 27%) | — | |
| HSV | hsv(42, 14%, 73%) | — | |
| HWB | hwb(42 63% 27%) | color: hwb(42 63% 27%) | |
| OKLCH | oklch(0.7652 0.0266 86.89) | color: oklch(0.7652 0.0266 86.89) | |
| Lab | lab(72.77 -0.25 10.22) | color: lab(72.77 -0.25 10.22) | |
| LCH | lch(72.77 10.22 91.4) | color: lch(72.77 10.22 91.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)
#B7B6A4 — rgb(183, 182, 164)
Deuteranopia (Green-blind)
#B7B8A5 — rgb(183, 184, 165)
Tritanopia (Blue-blind)
#BAA8A9 — rgb(186, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 16%, 68%);
text
color: hsl(41, 16%, 68%);
border
border: 2px solid hsl(41, 16%, 68%);
gradient light
background: linear-gradient(to right, hsl(41, 16%, 88%), hsl(41, 16%, 68%));
gradient dark
background: linear-gradient(to right, hsl(41, 16%, 68%), hsl(41, 16%, 48%))
hex
background-color: #BAB2A0;
tailwind
bg-[hsl(41,16%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 16%, 68%, 0.4);
css variable
--color-primary: hsl(41, 16%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 16%, 68%)?
HEX: #BAB2A0 | RGB: rgb(186, 178, 160) | CMYK: 0%, 4%, 14%, 27% | HSV: 42°, 14%, 73%. Copy any format from the conversion table above.
What colors go well with #BAB2A0?
The complementary color is HSL(221, 16%, 68%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 16%, 68%) in CSS?
As HSL: color: hsl(41, 16%, 68%); — As HEX: color: #BAB2A0; — As RGB: color: rgb(186, 178, 160); — Tailwind CSS: bg-[hsl(41,16%,68%)] — CSS variable: --color-primary: hsl(41, 16%, 68%);