HSL(23, 45%, 50%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,45%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 45%, 50%) | color: hsl(23, 45%, 50%) | |
| HEX | #B97246 | color: #B97246 | |
| RGB | rgb(185, 114, 70) | color: rgb(185, 114, 70) | |
| CMYK | cmyk(0%, 38%, 62%, 27%) | — | |
| HSV | hsv(23, 62%, 73%) | — | |
| HWB | hwb(23 28% 27%) | color: hwb(23 28% 27%) | |
| OKLCH | oklch(0.6197 0.1076 51.4) | color: oklch(0.6197 0.1076 51.4) | |
| Lab | lab(54.86 23.79 35.82) | color: lab(54.86 23.79 35.82) | |
| LCH | lch(54.86 43 56.41) | color: lch(54.86 43 56.41) |
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)
#9A9A51 — rgb(154, 154, 81)
Deuteranopia (Green-blind)
#9EA453 — rgb(158, 164, 83)
Tritanopia (Blue-blind)
#B5595B — rgb(181, 89, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 45%, 50%);
text
color: hsl(23, 45%, 50%);
border
border: 2px solid hsl(23, 45%, 50%);
gradient light
background: linear-gradient(to right, hsl(23, 45%, 70%), hsl(23, 45%, 50%));
gradient dark
background: linear-gradient(to right, hsl(23, 45%, 50%), hsl(23, 45%, 30%))
hex
background-color: #B97246;
tailwind
bg-[hsl(23,45%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 45%, 50%, 0.4);
css variable
--color-primary: hsl(23, 45%, 50%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 45%, 50%)?
HEX: #B97246 | RGB: rgb(185, 114, 70) | CMYK: 0%, 38%, 62%, 27% | HSV: 23°, 62%, 73%. Copy any format from the conversion table above.
What colors go well with #B97246?
The complementary color is HSL(203, 45%, 50%). 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, 45%, 50%) in CSS?
As HSL: color: hsl(23, 45%, 50%); — As HEX: color: #B97246; — As RGB: color: rgb(185, 114, 70); — Tailwind CSS: bg-[hsl(23,45%,50%)] — CSS variable: --color-primary: hsl(23, 45%, 50%);