HSL(23, 92%, 43%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,92%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 92%, 43%) | color: hsl(23, 92%, 43%) | |
| HEX | #D35609 | color: #D35609 | |
| RGB | rgb(211, 86, 9) | color: rgb(211, 86, 9) | |
| CMYK | cmyk(0%, 59%, 96%, 17%) | — | |
| HSV | hsv(23, 96%, 83%) | — | |
| HWB | hwb(23 3% 17%) | color: hwb(23 3% 17%) | |
| OKLCH | oklch(0.6073 0.1738 43.91) | color: oklch(0.6073 0.1738 43.91) | |
| Lab | lab(52.43 46.4 60.18) | color: lab(52.43 46.4 60.18) | |
| LCH | lch(52.43 75.99 52.37) | color: lch(52.43 75.99 52.37) |
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)
#9D9C1C — rgb(157, 156, 28)
Deuteranopia (Green-blind)
#A4AE20 — rgb(164, 174, 32)
Tritanopia (Blue-blind)
#CD2A2E — rgb(205, 42, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 92%, 43%);
text
color: hsl(23, 92%, 43%);
border
border: 2px solid hsl(23, 92%, 43%);
gradient light
background: linear-gradient(to right, hsl(23, 92%, 63%), hsl(23, 92%, 43%));
gradient dark
background: linear-gradient(to right, hsl(23, 92%, 43%), hsl(23, 92%, 23%))
hex
background-color: #D35609;
tailwind
bg-[hsl(23,92%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 92%, 43%, 0.4);
css variable
--color-primary: hsl(23, 92%, 43%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 92%, 43%)?
HEX: #D35609 | RGB: rgb(211, 86, 9) | CMYK: 0%, 59%, 96%, 17% | HSV: 23°, 96%, 83%. Copy any format from the conversion table above.
What colors go well with #D35609?
The complementary color is HSL(203, 92%, 43%). 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, 92%, 43%) in CSS?
As HSL: color: hsl(23, 92%, 43%); — As HEX: color: #D35609; — As RGB: color: rgb(211, 86, 9); — Tailwind CSS: bg-[hsl(23,92%,43%)] — CSS variable: --color-primary: hsl(23, 92%, 43%);