HSL(15, 20%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 20%, 68%) | color: hsl(15, 20%, 68%) | |
| HEX | #BEA59D | color: #BEA59D | |
| RGB | rgb(190, 165, 157) | color: rgb(190, 165, 157) | |
| CMYK | cmyk(0%, 13%, 17%, 25%) | — | |
| HSV | hsv(15, 17%, 75%) | — | |
| HWB | hwb(15 62% 25%) | color: hwb(15 62% 25%) | |
| OKLCH | oklch(0.7416 0.0316 38.53) | color: oklch(0.7416 0.0316 38.53) | |
| Lab | lab(69.68 7.8 7.5) | color: lab(69.68 7.8 7.5) | |
| LCH | lch(69.68 10.82 43.88) | color: lch(69.68 10.82 43.88) |
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)
#B3B39F — rgb(179, 179, 159)
Deuteranopia (Green-blind)
#B5B79F — rgb(181, 183, 159)
Tritanopia (Blue-blind)
#BDA0A1 — rgb(189, 160, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 20%, 68%);
text
color: hsl(15, 20%, 68%);
border
border: 2px solid hsl(15, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(15, 20%, 88%), hsl(15, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(15, 20%, 68%), hsl(15, 20%, 48%))
hex
background-color: #BEA59D;
tailwind
bg-[hsl(15,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 20%, 68%, 0.4);
css variable
--color-primary: hsl(15, 20%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 20%, 68%)?
HEX: #BEA59D | RGB: rgb(190, 165, 157) | CMYK: 0%, 13%, 17%, 25% | HSV: 15°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #BEA59D?
The complementary color is HSL(195, 20%, 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, 20%, 68%) in CSS?
As HSL: color: hsl(15, 20%, 68%); — As HEX: color: #BEA59D; — As RGB: color: rgb(190, 165, 157); — Tailwind CSS: bg-[hsl(15,20%,68%)] — CSS variable: --color-primary: hsl(15, 20%, 68%);