HSL(23, 68%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,68%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 68%, 47%) | color: hsl(23, 68%, 47%) | |
| HEX | #C96526 | color: #C96526 | |
| RGB | rgb(201, 101, 38) | color: rgb(201, 101, 38) | |
| CMYK | cmyk(0%, 50%, 81%, 21%) | — | |
| HSV | hsv(23, 81%, 79%) | — | |
| HWB | hwb(23 15% 21%) | color: hwb(23 15% 21%) | |
| OKLCH | oklch(0.6158 0.1466 48.71) | color: oklch(0.6158 0.1466 48.71) | |
| Lab | lab(53.89 35.73 51.23) | color: lab(53.89 35.73 51.23) | |
| LCH | lch(53.89 62.46 55.11) | color: lch(53.89 62.46 55.11) |
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)
#9E9D35 — rgb(158, 157, 53)
Deuteranopia (Green-blind)
#A4AB39 — rgb(164, 171, 57)
Tritanopia (Blue-blind)
#C44144 — rgb(196, 65, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 68%, 47%);
text
color: hsl(23, 68%, 47%);
border
border: 2px solid hsl(23, 68%, 47%);
gradient light
background: linear-gradient(to right, hsl(23, 68%, 67%), hsl(23, 68%, 47%));
gradient dark
background: linear-gradient(to right, hsl(23, 68%, 47%), hsl(23, 68%, 27%))
hex
background-color: #C96526;
tailwind
bg-[hsl(23,68%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 68%, 47%, 0.4);
css variable
--color-primary: hsl(23, 68%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 68%, 47%)?
HEX: #C96526 | RGB: rgb(201, 101, 38) | CMYK: 0%, 50%, 81%, 21% | HSV: 23°, 81%, 79%. Copy any format from the conversion table above.
What colors go well with #C96526?
The complementary color is HSL(203, 68%, 47%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 68%, 47%) in CSS?
As HSL: color: hsl(23, 68%, 47%); — As HEX: color: #C96526; — As RGB: color: rgb(201, 101, 38); — Tailwind CSS: bg-[hsl(23,68%,47%)] — CSS variable: --color-primary: hsl(23, 68%, 47%);