HSL(26, 50%, 56%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,50%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 50%, 56%) | color: hsl(26, 50%, 56%) | |
| HEX | #C78757 | color: #C78757 | |
| RGB | rgb(199, 135, 87) | color: rgb(199, 135, 87) | |
| CMYK | cmyk(0%, 32%, 56%, 22%) | — | |
| HSV | hsv(26, 56%, 78%) | — | |
| HWB | hwb(26 34% 22%) | color: hwb(26 34% 22%) | |
| OKLCH | oklch(0.6778 0.1013 56.89) | color: oklch(0.6778 0.1013 56.89) | |
| Lab | lab(61.79 19.41 35.52) | color: lab(61.79 19.41 35.52) | |
| LCH | lch(61.79 40.48 61.35) | color: lch(61.79 40.48 61.35) |
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)
#ABAB63 — rgb(171, 171, 99)
Deuteranopia (Green-blind)
#AFB465 — rgb(175, 180, 101)
Tritanopia (Blue-blind)
#C46C6E — rgb(196, 108, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 50%, 56%);
text
color: hsl(26, 50%, 56%);
border
border: 2px solid hsl(26, 50%, 56%);
gradient light
background: linear-gradient(to right, hsl(26, 50%, 76%), hsl(26, 50%, 56%));
gradient dark
background: linear-gradient(to right, hsl(26, 50%, 56%), hsl(26, 50%, 36%))
hex
background-color: #C78757;
tailwind
bg-[hsl(26,50%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 50%, 56%, 0.4);
css variable
--color-primary: hsl(26, 50%, 56%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 50%, 56%)?
HEX: #C78757 | RGB: rgb(199, 135, 87) | CMYK: 0%, 32%, 56%, 22% | HSV: 26°, 56%, 78%. Copy any format from the conversion table above.
What colors go well with #C78757?
The complementary color is HSL(206, 50%, 56%). 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, 50%, 56%) in CSS?
As HSL: color: hsl(26, 50%, 56%); — As HEX: color: #C78757; — As RGB: color: rgb(199, 135, 87); — Tailwind CSS: bg-[hsl(26,50%,56%)] — CSS variable: --color-primary: hsl(26, 50%, 56%);