HSL(15, 12%, 68%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(15,12%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 12%, 68%) | color: hsl(15, 12%, 68%) | |
| HEX | #B7A9A4 | color: #B7A9A4 | |
| RGB | rgb(183, 169, 164) | color: rgb(183, 169, 164) | |
| CMYK | cmyk(0%, 8%, 10%, 28%) | — | |
| HSV | hsv(16, 10%, 72%) | — | |
| HWB | hwb(16 65% 28%) | color: hwb(16 65% 28%) | |
| OKLCH | oklch(0.7452 0.0178 40.76) | color: oklch(0.7452 0.0178 40.76) | |
| Lab | lab(70.26 4.17 4.4) | color: lab(70.26 4.17 4.4) | |
| LCH | lch(70.26 6.06 46.54) | color: lch(70.26 6.06 46.54) |
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)
#B1B1A5 — rgb(177, 177, 165)
Deuteranopia (Green-blind)
#B2B3A6 — rgb(178, 179, 166)
Tritanopia (Blue-blind)
#B6A6A6 — rgb(182, 166, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 12%, 68%);
text
color: hsl(15, 12%, 68%);
border
border: 2px solid hsl(15, 12%, 68%);
gradient light
background: linear-gradient(to right, hsl(15, 12%, 88%), hsl(15, 12%, 68%));
gradient dark
background: linear-gradient(to right, hsl(15, 12%, 68%), hsl(15, 12%, 48%))
hex
background-color: #B7A9A4;
tailwind
bg-[hsl(15,12%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 12%, 68%, 0.4);
css variable
--color-primary: hsl(15, 12%, 68%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 12%, 68%)?
HEX: #B7A9A4 | RGB: rgb(183, 169, 164) | CMYK: 0%, 8%, 10%, 28% | HSV: 16°, 10%, 72%. Copy any format from the conversion table above.
What colors go well with #B7A9A4?
The complementary color is HSL(195, 12%, 68%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 12%, 68%) in CSS?
As HSL: color: hsl(15, 12%, 68%); — As HEX: color: #B7A9A4; — As RGB: color: rgb(183, 169, 164); — Tailwind CSS: bg-[hsl(15,12%,68%)] — CSS variable: --color-primary: hsl(15, 12%, 68%);