HSL(23, 50%, 52%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,50%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 50%, 52%) | color: hsl(23, 50%, 52%) | |
| HEX | #C27647 | color: #C27647 | |
| RGB | rgb(194, 118, 71) | color: rgb(194, 118, 71) | |
| CMYK | cmyk(0%, 39%, 63%, 24%) | — | |
| HSV | hsv(23, 63%, 76%) | — | |
| HWB | hwb(23 28% 24%) | color: hwb(23 28% 24%) | |
| OKLCH | oklch(0.6384 0.1141 51.19) | color: oklch(0.6384 0.1141 51.19) | |
| Lab | lab(56.96 25.43 38.07) | color: lab(56.96 25.43 38.07) | |
| LCH | lch(56.96 45.78 56.26) | color: lch(56.96 45.78 56.26) |
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)
#A1A052 — rgb(161, 160, 82)
Deuteranopia (Green-blind)
#A6AB55 — rgb(166, 171, 85)
Tritanopia (Blue-blind)
#BE5B5D — rgb(190, 91, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 50%, 52%);
text
color: hsl(23, 50%, 52%);
border
border: 2px solid hsl(23, 50%, 52%);
gradient light
background: linear-gradient(to right, hsl(23, 50%, 72%), hsl(23, 50%, 52%));
gradient dark
background: linear-gradient(to right, hsl(23, 50%, 52%), hsl(23, 50%, 32%))
hex
background-color: #C27647;
tailwind
bg-[hsl(23,50%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 50%, 52%, 0.4);
css variable
--color-primary: hsl(23, 50%, 52%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 50%, 52%)?
HEX: #C27647 | RGB: rgb(194, 118, 71) | CMYK: 0%, 39%, 63%, 24% | HSV: 23°, 63%, 76%. Copy any format from the conversion table above.
What colors go well with #C27647?
The complementary color is HSL(203, 50%, 52%). 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, 50%, 52%) in CSS?
As HSL: color: hsl(23, 50%, 52%); — As HEX: color: #C27647; — As RGB: color: rgb(194, 118, 71); — Tailwind CSS: bg-[hsl(23,50%,52%)] — CSS variable: --color-primary: hsl(23, 50%, 52%);