HSL(35, 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(35,100%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 100%, 42%) | color: hsl(35, 100%, 42%) | |
| HEX | #D67D00 | color: #D67D00 | |
| RGB | rgb(214, 125, 0) | color: rgb(214, 125, 0) | |
| CMYK | cmyk(0%, 42%, 100%, 16%) | — | |
| HSV | hsv(35, 100%, 84%) | — | |
| HWB | hwb(35 0% 16%) | color: hwb(35 0% 16%) | |
| OKLCH | oklch(0.6719 0.1532 63.06) | color: oklch(0.6719 0.1532 63.06) | |
| Lab | lab(60.75 27.79 67.29) | color: lab(60.75 27.79 67.29) | |
| LCH | lch(60.75 72.8 67.56) | color: lch(60.75 72.8 67.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)
#AFAF1E — rgb(175, 175, 30)
Deuteranopia (Green-blind)
#B5BB26 — rgb(181, 187, 38)
Tritanopia (Blue-blind)
#D2363B — rgb(210, 54, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 100%, 42%);
text
color: hsl(35, 100%, 42%);
border
border: 2px solid hsl(35, 100%, 42%);
gradient light
background: linear-gradient(to right, hsl(35, 100%, 62%), hsl(35, 100%, 42%));
gradient dark
background: linear-gradient(to right, hsl(35, 100%, 42%), hsl(35, 100%, 22%))
hex
background-color: #D67D00;
tailwind
bg-[hsl(35,100%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 100%, 42%, 0.4);
css variable
--color-primary: hsl(35, 100%, 42%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 100%, 42%)?
HEX: #D67D00 | RGB: rgb(214, 125, 0) | CMYK: 0%, 42%, 100%, 16% | HSV: 35°, 100%, 84%. Copy any format from the conversion table above.
What colors go well with #D67D00?
The complementary color is HSL(215, 100%, 42%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 100%, 42%) in CSS?
As HSL: color: hsl(35, 100%, 42%); — As HEX: color: #D67D00; — As RGB: color: rgb(214, 125, 0); — Tailwind CSS: bg-[hsl(35,100%,42%)] — CSS variable: --color-primary: hsl(35, 100%, 42%);