HSL(20, 34%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,34%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 34%, 60%) | color: hsl(20, 34%, 60%) | |
| HEX | #BC8D76 | color: #BC8D76 | |
| RGB | rgb(188, 141, 118) | color: rgb(188, 141, 118) | |
| CMYK | cmyk(0%, 25%, 37%, 26%) | — | |
| HSV | hsv(20, 37%, 74%) | — | |
| HWB | hwb(20 47% 26%) | color: hwb(20 47% 26%) | |
| OKLCH | oklch(0.6827 0.0663 47.22) | color: oklch(0.6827 0.0663 47.22) | |
| Lab | lab(62.55 14.73 19.22) | color: lab(62.55 14.73 19.22) | |
| LCH | lch(62.55 24.22 52.53) | color: lch(62.55 24.22 52.53) |
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)
#A8A77C — rgb(168, 167, 124)
Deuteranopia (Green-blind)
#AAAE7D — rgb(170, 174, 125)
Tritanopia (Blue-blind)
#BA8081 — rgb(186, 128, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 34%, 60%);
text
color: hsl(20, 34%, 60%);
border
border: 2px solid hsl(20, 34%, 60%);
gradient light
background: linear-gradient(to right, hsl(20, 34%, 80%), hsl(20, 34%, 60%));
gradient dark
background: linear-gradient(to right, hsl(20, 34%, 60%), hsl(20, 34%, 40%))
hex
background-color: #BC8D76;
tailwind
bg-[hsl(20,34%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 34%, 60%, 0.4);
css variable
--color-primary: hsl(20, 34%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 34%, 60%)?
HEX: #BC8D76 | RGB: rgb(188, 141, 118) | CMYK: 0%, 25%, 37%, 26% | HSV: 20°, 37%, 74%. Copy any format from the conversion table above.
What colors go well with #BC8D76?
The complementary color is HSL(200, 34%, 60%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 34%, 60%) in CSS?
As HSL: color: hsl(20, 34%, 60%); — As HEX: color: #BC8D76; — As RGB: color: rgb(188, 141, 118); — Tailwind CSS: bg-[hsl(20,34%,60%)] — CSS variable: --color-primary: hsl(20, 34%, 60%);