HSL(26, 73%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,73%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 73%, 45%) | color: hsl(26, 73%, 45%) | |
| HEX | #C7681F | color: #C7681F | |
| RGB | rgb(199, 104, 31) | color: rgb(199, 104, 31) | |
| CMYK | cmyk(0%, 48%, 84%, 22%) | — | |
| HSV | hsv(26, 84%, 78%) | — | |
| HWB | hwb(26 12% 22%) | color: hwb(26 12% 22%) | |
| OKLCH | oklch(0.6173 0.1448 52.46) | color: oklch(0.6173 0.1448 52.46) | |
| Lab | lab(54.18 33.15 54.2) | color: lab(54.18 33.15 54.2) | |
| LCH | lch(54.18 63.53 58.55) | color: lch(54.18 63.53 58.55) |
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)
#9E9D31 — rgb(158, 157, 49)
Deuteranopia (Green-blind)
#A3AB35 — rgb(163, 171, 53)
Tritanopia (Blue-blind)
#C23F42 — rgb(194, 63, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 73%, 45%);
text
color: hsl(26, 73%, 45%);
border
border: 2px solid hsl(26, 73%, 45%);
gradient light
background: linear-gradient(to right, hsl(26, 73%, 65%), hsl(26, 73%, 45%));
gradient dark
background: linear-gradient(to right, hsl(26, 73%, 45%), hsl(26, 73%, 25%))
hex
background-color: #C7681F;
tailwind
bg-[hsl(26,73%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 73%, 45%, 0.4);
css variable
--color-primary: hsl(26, 73%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 73%, 45%)?
HEX: #C7681F | RGB: rgb(199, 104, 31) | CMYK: 0%, 48%, 84%, 22% | HSV: 26°, 84%, 78%. Copy any format from the conversion table above.
What colors go well with #C7681F?
The complementary color is HSL(206, 73%, 45%). 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, 73%, 45%) in CSS?
As HSL: color: hsl(26, 73%, 45%); — As HEX: color: #C7681F; — As RGB: color: rgb(199, 104, 31); — Tailwind CSS: bg-[hsl(26,73%,45%)] — CSS variable: --color-primary: hsl(26, 73%, 45%);