HSL(42, 17%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(42,17%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 17%, 67%) | color: hsl(42, 17%, 67%) | |
| HEX | #B9B19D | color: #B9B19D | |
| RGB | rgb(185, 177, 157) | color: rgb(185, 177, 157) | |
| CMYK | cmyk(0%, 4%, 15%, 27%) | — | |
| HSV | hsv(43, 15%, 73%) | — | |
| HWB | hwb(43 62% 27%) | color: hwb(43 62% 27%) | |
| OKLCH | oklch(0.7615 0.0292 88.78) | color: oklch(0.7615 0.0292 88.78) | |
| Lab | lab(72.36 -0.57 11.26) | color: lab(72.36 -0.57 11.26) | |
| LCH | lch(72.36 11.27 92.9) | color: lch(72.36 11.27 92.9) |
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)
#B6B5A2 — rgb(182, 181, 162)
Deuteranopia (Green-blind)
#B6B7A3 — rgb(182, 183, 163)
Tritanopia (Blue-blind)
#B9A6A7 — rgb(185, 166, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 17%, 67%);
text
color: hsl(42, 17%, 67%);
border
border: 2px solid hsl(42, 17%, 67%);
gradient light
background: linear-gradient(to right, hsl(42, 17%, 87%), hsl(42, 17%, 67%));
gradient dark
background: linear-gradient(to right, hsl(42, 17%, 67%), hsl(42, 17%, 47%))
hex
background-color: #B9B19D;
tailwind
bg-[hsl(42,17%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 17%, 67%, 0.4);
css variable
--color-primary: hsl(42, 17%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 17%, 67%)?
HEX: #B9B19D | RGB: rgb(185, 177, 157) | CMYK: 0%, 4%, 15%, 27% | HSV: 43°, 15%, 73%. Copy any format from the conversion table above.
What colors go well with #B9B19D?
The complementary color is HSL(222, 17%, 67%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 17%, 67%) in CSS?
As HSL: color: hsl(42, 17%, 67%); — As HEX: color: #B9B19D; — As RGB: color: rgb(185, 177, 157); — Tailwind CSS: bg-[hsl(42,17%,67%)] — CSS variable: --color-primary: hsl(42, 17%, 67%);