HSL(38, 90%, 44%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,90%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 90%, 44%) | color: hsl(38, 90%, 44%) | |
| HEX | #D58B0B | color: #D58B0B | |
| RGB | rgb(213, 139, 11) | color: rgb(213, 139, 11) | |
| CMYK | cmyk(0%, 35%, 95%, 16%) | — | |
| HSV | hsv(38, 95%, 84%) | — | |
| HWB | hwb(38 4% 16%) | color: hwb(38 4% 16%) | |
| OKLCH | oklch(0.6958 0.1474 71.33) | color: oklch(0.6958 0.1474 71.33) | |
| Lab | lab(63.87 19.96 67.64) | color: lab(63.87 19.96 67.64) | |
| LCH | lch(63.87 70.52 73.56) | color: lch(63.87 70.52 73.56) |
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)
#B5B42A — rgb(181, 180, 42)
Deuteranopia (Green-blind)
#B9BF31 — rgb(185, 191, 49)
Tritanopia (Blue-blind)
#D14248 — rgb(209, 66, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 90%, 44%);
text
color: hsl(38, 90%, 44%);
border
border: 2px solid hsl(38, 90%, 44%);
gradient light
background: linear-gradient(to right, hsl(38, 90%, 64%), hsl(38, 90%, 44%));
gradient dark
background: linear-gradient(to right, hsl(38, 90%, 44%), hsl(38, 90%, 24%))
hex
background-color: #D58B0B;
tailwind
bg-[hsl(38,90%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 90%, 44%, 0.4);
css variable
--color-primary: hsl(38, 90%, 44%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 90%, 44%)?
HEX: #D58B0B | RGB: rgb(213, 139, 11) | CMYK: 0%, 35%, 95%, 16% | HSV: 38°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #D58B0B?
The complementary color is HSL(218, 90%, 44%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 90%, 44%) in CSS?
As HSL: color: hsl(38, 90%, 44%); — As HEX: color: #D58B0B; — As RGB: color: rgb(213, 139, 11); — Tailwind CSS: bg-[hsl(38,90%,44%)] — CSS variable: --color-primary: hsl(38, 90%, 44%);