HSL(42, 100%, 42%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,100%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 100%, 42%) | color: hsl(42, 100%, 42%) | |
| HEX | #D69600 | color: #D69600 | |
| RGB | rgb(214, 150, 0) | color: rgb(214, 150, 0) | |
| CMYK | cmyk(0%, 30%, 100%, 16%) | — | |
| HSV | hsv(42, 100%, 84%) | — | |
| HWB | hwb(42 0% 16%) | color: hwb(42 0% 16%) | |
| OKLCH | oklch(0.7174 0.1494 78.2) | color: oklch(0.7174 0.1494 78.2) | |
| Lab | lab(66.61 14.34 71.11) | color: lab(66.61 14.34 71.11) | |
| LCH | lch(66.61 72.54 78.6) | color: lch(66.61 72.54 78.6) |
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)
#BABA24 — rgb(186, 186, 36)
Deuteranopia (Green-blind)
#BEC32D — rgb(190, 195, 45)
Tritanopia (Blue-blind)
#D34147 — rgb(211, 65, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 100%, 42%);
text
color: hsl(42, 100%, 42%);
border
border: 2px solid hsl(42, 100%, 42%);
gradient light
background: linear-gradient(to right, hsl(42, 100%, 62%), hsl(42, 100%, 42%));
gradient dark
background: linear-gradient(to right, hsl(42, 100%, 42%), hsl(42, 100%, 22%))
hex
background-color: #D69600;
tailwind
bg-[hsl(42,100%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 100%, 42%, 0.4);
css variable
--color-primary: hsl(42, 100%, 42%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 100%, 42%)?
HEX: #D69600 | RGB: rgb(214, 150, 0) | CMYK: 0%, 30%, 100%, 16% | HSV: 42°, 100%, 84%. Copy any format from the conversion table above.
What colors go well with #D69600?
The complementary color is HSL(222, 100%, 42%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 100%, 42%) in CSS?
As HSL: color: hsl(42, 100%, 42%); — As HEX: color: #D69600; — As RGB: color: rgb(214, 150, 0); — Tailwind CSS: bg-[hsl(42,100%,42%)] — CSS variable: --color-primary: hsl(42, 100%, 42%);