HSL(26, 20%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 20%, 68%) | color: hsl(26, 20%, 68%) | |
| HEX | #BEAB9D | color: #BEAB9D | |
| RGB | rgb(190, 171, 157) | color: rgb(190, 171, 157) | |
| CMYK | cmyk(0%, 10%, 17%, 25%) | — | |
| HSV | hsv(25, 17%, 75%) | — | |
| HWB | hwb(25 62% 25%) | color: hwb(25 62% 25%) | |
| OKLCH | oklch(0.7536 0.0296 58.69) | color: oklch(0.7536 0.0296 58.69) | |
| Lab | lab(71.22 4.54 9.7) | color: lab(71.22 4.54 9.7) | |
| LCH | lch(71.22 10.71 64.92) | color: lch(71.22 10.71 64.92) |
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)
#B6B6A0 — rgb(182, 182, 160)
Deuteranopia (Green-blind)
#B7B8A1 — rgb(183, 184, 161)
Tritanopia (Blue-blind)
#BDA3A4 — rgb(189, 163, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 20%, 68%);
text
color: hsl(26, 20%, 68%);
border
border: 2px solid hsl(26, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(26, 20%, 88%), hsl(26, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(26, 20%, 68%), hsl(26, 20%, 48%))
hex
background-color: #BEAB9D;
tailwind
bg-[hsl(26,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 20%, 68%, 0.4);
css variable
--color-primary: hsl(26, 20%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 20%, 68%)?
HEX: #BEAB9D | RGB: rgb(190, 171, 157) | CMYK: 0%, 10%, 17%, 25% | HSV: 25°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #BEAB9D?
The complementary color is HSL(206, 20%, 68%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 20%, 68%) in CSS?
As HSL: color: hsl(26, 20%, 68%); — As HEX: color: #BEAB9D; — As RGB: color: rgb(190, 171, 157); — Tailwind CSS: bg-[hsl(26,20%,68%)] — CSS variable: --color-primary: hsl(26, 20%, 68%);