HSL(38, 85%, 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(38,85%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 85%, 46%) | color: hsl(38, 85%, 46%) | |
| HEX | #D99012 | color: #D99012 | |
| RGB | rgb(217, 144, 18) | color: rgb(217, 144, 18) | |
| CMYK | cmyk(0%, 34%, 92%, 15%) | — | |
| HSV | hsv(38, 92%, 85%) | — | |
| HWB | hwb(38 7% 15%) | color: hwb(38 7% 15%) | |
| OKLCH | oklch(0.71 0.1481 72.37) | color: oklch(0.71 0.1481 72.37) | |
| Lab | lab(65.55 19.08 67.85) | color: lab(65.55 19.08 67.85) | |
| LCH | lch(65.55 70.48 74.29) | color: lch(65.55 70.48 74.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#B9B930 — rgb(185, 185, 48)
Deuteranopia (Green-blind)
#BEC338 — rgb(190, 195, 56)
Tritanopia (Blue-blind)
#D5494E — rgb(213, 73, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 85%, 46%);
text
color: hsl(38, 85%, 46%);
border
border: 2px solid hsl(38, 85%, 46%);
gradient light
background: linear-gradient(to right, hsl(38, 85%, 66%), hsl(38, 85%, 46%));
gradient dark
background: linear-gradient(to right, hsl(38, 85%, 46%), hsl(38, 85%, 26%))
hex
background-color: #D99012;
tailwind
bg-[hsl(38,85%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 85%, 46%, 0.4);
css variable
--color-primary: hsl(38, 85%, 46%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 85%, 46%)?
HEX: #D99012 | RGB: rgb(217, 144, 18) | CMYK: 0%, 34%, 92%, 15% | HSV: 38°, 92%, 85%. Copy any format from the conversion table above.
What colors go well with #D99012?
The complementary color is HSL(218, 85%, 46%). 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, 85%, 46%) in CSS?
As HSL: color: hsl(38, 85%, 46%); — As HEX: color: #D99012; — As RGB: color: rgb(217, 144, 18); — Tailwind CSS: bg-[hsl(38,85%,46%)] — CSS variable: --color-primary: hsl(38, 85%, 46%);