HSL(23, 64%, 9%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,64%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 64%, 9%) | color: hsl(23, 64%, 9%) | |
| HEX | #261408 | color: #261408 | |
| RGB | rgb(38, 20, 8) | color: rgb(38, 20, 8) | |
| CMYK | cmyk(0%, 47%, 79%, 85%) | — | |
| HSV | hsv(24, 79%, 15%) | — | |
| HWB | hwb(24 3% 85%) | color: hwb(24 3% 85%) | |
| OKLCH | oklch(0.2132 0.0365 53.47) | color: oklch(0.2132 0.0365 53.47) | |
| Lab | lab(8.39 7.72 9.44) | color: lab(8.39 7.72 9.44) | |
| LCH | lch(8.39 12.19 50.72) | color: lch(8.39 12.19 50.72) |
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)
#1E1E0B — rgb(30, 30, 11)
Deuteranopia (Green-blind)
#1F210C — rgb(31, 33, 12)
Tritanopia (Blue-blind)
#250D0E — rgb(37, 13, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 64%, 9%);
text
color: hsl(23, 64%, 9%);
border
border: 2px solid hsl(23, 64%, 9%);
gradient light
background: linear-gradient(to right, hsl(23, 64%, 29%), hsl(23, 64%, 9%));
gradient dark
background: linear-gradient(to right, hsl(23, 64%, 9%), hsl(23, 64%, 0%))
hex
background-color: #261408;
tailwind
bg-[hsl(23,64%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 64%, 9%, 0.4);
css variable
--color-primary: hsl(23, 64%, 9%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 64%, 9%)?
HEX: #261408 | RGB: rgb(38, 20, 8) | CMYK: 0%, 47%, 79%, 85% | HSV: 24°, 79%, 15%. Copy any format from the conversion table above.
What colors go well with #261408?
The complementary color is HSL(203, 64%, 9%). 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, 64%, 9%) in CSS?
As HSL: color: hsl(23, 64%, 9%); — As HEX: color: #261408; — As RGB: color: rgb(38, 20, 8); — Tailwind CSS: bg-[hsl(23,64%,9%)] — CSS variable: --color-primary: hsl(23, 64%, 9%);