HSL(19, 96%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,96%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 96%, 37%) | color: hsl(19, 96%, 37%) | |
| HEX | #B93D04 | color: #B93D04 | |
| RGB | rgb(185, 61, 4) | color: rgb(185, 61, 4) | |
| CMYK | cmyk(0%, 67%, 98%, 27%) | — | |
| HSV | hsv(19, 98%, 73%) | — | |
| HWB | hwb(19 1% 27%) | color: hwb(19 1% 27%) | |
| OKLCH | oklch(0.5333 0.169 38.95) | color: oklch(0.5333 0.169 38.95) | |
| Lab | lab(43.75 48.07 53.93) | color: lab(43.75 48.07 53.93) | |
| LCH | lch(43.75 72.24 48.29) | color: lch(43.75 72.24 48.29) |
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)
#838212 — rgb(131, 130, 18)
Deuteranopia (Green-blind)
#8B9415 — rgb(139, 148, 21)
Tritanopia (Blue-blind)
#B31D1F — rgb(179, 29, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 96%, 37%);
text
color: hsl(19, 96%, 37%);
border
border: 2px solid hsl(19, 96%, 37%);
gradient light
background: linear-gradient(to right, hsl(19, 96%, 57%), hsl(19, 96%, 37%));
gradient dark
background: linear-gradient(to right, hsl(19, 96%, 37%), hsl(19, 96%, 17%))
hex
background-color: #B93D04;
tailwind
bg-[hsl(19,96%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 96%, 37%, 0.4);
css variable
--color-primary: hsl(19, 96%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 96%, 37%)?
HEX: #B93D04 | RGB: rgb(185, 61, 4) | CMYK: 0%, 67%, 98%, 27% | HSV: 19°, 98%, 73%. Copy any format from the conversion table above.
What colors go well with #B93D04?
The complementary color is HSL(199, 96%, 37%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 96%, 37%) in CSS?
As HSL: color: hsl(19, 96%, 37%); — As HEX: color: #B93D04; — As RGB: color: rgb(185, 61, 4); — Tailwind CSS: bg-[hsl(19,96%,37%)] — CSS variable: --color-primary: hsl(19, 96%, 37%);