HSL(39, 16%, 70%)
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%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 16%, 70%) | color: hsl(39, 16%, 70%) | |
| HEX | #BFB6A6 | color: #BFB6A6 | |
| RGB | rgb(191, 182, 166) | color: rgb(191, 182, 166) | |
| CMYK | cmyk(0%, 5%, 13%, 25%) | — | |
| HSV | hsv(38, 13%, 75%) | — | |
| HWB | hwb(38 65% 25%) | color: hwb(38 65% 25%) | |
| OKLCH | oklch(0.7793 0.0244 82.11) | color: oklch(0.7793 0.0244 82.11) | |
| Lab | lab(74.37 0.44 9.28) | color: lab(74.37 0.44 9.28) | |
| LCH | lch(74.37 9.29 87.29) | color: lch(74.37 9.29 87.29) |
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)
#BBBBAA — rgb(187, 187, 170)
Deuteranopia (Green-blind)
#BCBCAB — rgb(188, 188, 171)
Tritanopia (Blue-blind)
#BFADAE — rgb(191, 173, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 16%, 70%);
text
color: hsl(39, 16%, 70%);
border
border: 2px solid hsl(39, 16%, 70%);
gradient light
background: linear-gradient(to right, hsl(39, 16%, 90%), hsl(39, 16%, 70%));
gradient dark
background: linear-gradient(to right, hsl(39, 16%, 70%), hsl(39, 16%, 50%))
hex
background-color: #BFB6A6;
tailwind
bg-[hsl(39,16%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 16%, 70%, 0.4);
css variable
--color-primary: hsl(39, 16%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 16%, 70%)?
HEX: #BFB6A6 | RGB: rgb(191, 182, 166) | CMYK: 0%, 5%, 13%, 25% | HSV: 38°, 13%, 75%. Copy any format from the conversion table above.
What colors go well with #BFB6A6?
The complementary color is HSL(219, 16%, 70%). 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%, 70%) in CSS?
As HSL: color: hsl(39, 16%, 70%); — As HEX: color: #BFB6A6; — As RGB: color: rgb(191, 182, 166); — Tailwind CSS: bg-[hsl(39,16%,70%)] — CSS variable: --color-primary: hsl(39, 16%, 70%);