HSL(37, 86%, 46%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,86%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 86%, 46%) | color: hsl(37, 86%, 46%) | |
| HEX | #DA8D10 | color: #DA8D10 | |
| RGB | rgb(218, 141, 16) | color: rgb(218, 141, 16) | |
| CMYK | cmyk(0%, 35%, 93%, 15%) | — | |
| HSV | hsv(37, 93%, 85%) | — | |
| HWB | hwb(37 6% 15%) | color: hwb(37 6% 15%) | |
| OKLCH | oklch(0.7057 0.1494 70.24) | color: oklch(0.7057 0.1494 70.24) | |
| Lab | lab(64.96 21.1 67.86) | color: lab(64.96 21.1 67.86) | |
| LCH | lch(64.96 71.06 72.73) | color: lch(64.96 71.06 72.73) |
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)
#B9B82E — rgb(185, 184, 46)
Deuteranopia (Green-blind)
#BDC336 — rgb(189, 195, 54)
Tritanopia (Blue-blind)
#D6464B — rgb(214, 70, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 86%, 46%);
text
color: hsl(37, 86%, 46%);
border
border: 2px solid hsl(37, 86%, 46%);
gradient light
background: linear-gradient(to right, hsl(37, 86%, 66%), hsl(37, 86%, 46%));
gradient dark
background: linear-gradient(to right, hsl(37, 86%, 46%), hsl(37, 86%, 26%))
hex
background-color: #DA8D10;
tailwind
bg-[hsl(37,86%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 86%, 46%, 0.4);
css variable
--color-primary: hsl(37, 86%, 46%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 86%, 46%)?
HEX: #DA8D10 | RGB: rgb(218, 141, 16) | CMYK: 0%, 35%, 93%, 15% | HSV: 37°, 93%, 85%. Copy any format from the conversion table above.
What colors go well with #DA8D10?
The complementary color is HSL(217, 86%, 46%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 86%, 46%) in CSS?
As HSL: color: hsl(37, 86%, 46%); — As HEX: color: #DA8D10; — As RGB: color: rgb(218, 141, 16); — Tailwind CSS: bg-[hsl(37,86%,46%)] — CSS variable: --color-primary: hsl(37, 86%, 46%);