HSL(20, 20%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 20%, 68%) | color: hsl(20, 20%, 68%) | |
| HEX | #BEA89D | color: #BEA89D | |
| RGB | rgb(190, 168, 157) | color: rgb(190, 168, 157) | |
| CMYK | cmyk(0%, 12%, 17%, 25%) | — | |
| HSV | hsv(20, 17%, 75%) | — | |
| HWB | hwb(20 62% 25%) | color: hwb(20 62% 25%) | |
| OKLCH | oklch(0.7476 0.0301 48.3) | color: oklch(0.7476 0.0301 48.3) | |
| Lab | lab(70.45 6.17 8.6) | color: lab(70.45 6.17 8.6) | |
| LCH | lch(70.45 10.58 54.34) | color: lch(70.45 10.58 54.34) |
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)
#B4B4A0 — rgb(180, 180, 160)
Deuteranopia (Green-blind)
#B6B7A0 — rgb(182, 183, 160)
Tritanopia (Blue-blind)
#BDA2A2 — rgb(189, 162, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 20%, 68%);
text
color: hsl(20, 20%, 68%);
border
border: 2px solid hsl(20, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(20, 20%, 88%), hsl(20, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(20, 20%, 68%), hsl(20, 20%, 48%))
hex
background-color: #BEA89D;
tailwind
bg-[hsl(20,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 20%, 68%, 0.4);
css variable
--color-primary: hsl(20, 20%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 20%, 68%)?
HEX: #BEA89D | RGB: rgb(190, 168, 157) | CMYK: 0%, 12%, 17%, 25% | HSV: 20°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #BEA89D?
The complementary color is HSL(200, 20%, 68%). 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, 20%, 68%) in CSS?
As HSL: color: hsl(20, 20%, 68%); — As HEX: color: #BEA89D; — As RGB: color: rgb(190, 168, 157); — Tailwind CSS: bg-[hsl(20,20%,68%)] — CSS variable: --color-primary: hsl(20, 20%, 68%);