HSL(23, 72%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,72%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 72%, 24%) | color: hsl(23, 72%, 24%) | |
| HEX | #693311 | color: #693311 | |
| RGB | rgb(105, 51, 17) | color: rgb(105, 51, 17) | |
| CMYK | cmyk(0%, 51%, 84%, 59%) | — | |
| HSV | hsv(23, 84%, 41%) | — | |
| HWB | hwb(23 7% 59%) | color: hwb(23 7% 59%) | |
| OKLCH | oklch(0.3863 0.0895 49.13) | color: oklch(0.3863 0.0895 49.13) | |
| Lab | lab(27.88 21.56 31.14) | color: lab(27.88 21.56 31.14) | |
| LCH | lch(27.88 37.88 55.3) | color: lch(27.88 37.88 55.3) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#525119 — rgb(82, 81, 25)
Deuteranopia (Green-blind)
#55591B — rgb(85, 89, 27)
Tritanopia (Blue-blind)
#662021 — rgb(102, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 72%, 24%);
text
color: hsl(23, 72%, 24%);
border
border: 2px solid hsl(23, 72%, 24%);
gradient light
background: linear-gradient(to right, hsl(23, 72%, 44%), hsl(23, 72%, 24%));
gradient dark
background: linear-gradient(to right, hsl(23, 72%, 24%), hsl(23, 72%, 4%))
hex
background-color: #693311;
tailwind
bg-[hsl(23,72%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 72%, 24%, 0.4);
css variable
--color-primary: hsl(23, 72%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 72%, 24%)?
HEX: #693311 | RGB: rgb(105, 51, 17) | CMYK: 0%, 51%, 84%, 59% | HSV: 23°, 84%, 41%. Copy any format from the conversion table above.
What colors go well with #693311?
The complementary color is HSL(203, 72%, 24%). 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, 72%, 24%) in CSS?
As HSL: color: hsl(23, 72%, 24%); — As HEX: color: #693311; — As RGB: color: rgb(105, 51, 17); — Tailwind CSS: bg-[hsl(23,72%,24%)] — CSS variable: --color-primary: hsl(23, 72%, 24%);