HSL(33, 90%, 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(33,90%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 90%, 46%) | color: hsl(33, 90%, 46%) | |
| HEX | #DF800C | color: #DF800C | |
| RGB | rgb(223, 128, 12) | color: rgb(223, 128, 12) | |
| CMYK | cmyk(0%, 43%, 95%, 13%) | — | |
| HSV | hsv(33, 95%, 87%) | — | |
| HWB | hwb(33 4% 13%) | color: hwb(33 4% 13%) | |
| OKLCH | oklch(0.689 0.1574 61.01) | color: oklch(0.689 0.1574 61.01) | |
| Lab | lab(62.64 30.09 67.22) | color: lab(62.64 30.09 67.22) | |
| LCH | lch(62.64 73.65 65.89) | color: lch(62.64 73.65 65.89) |
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)
#B6B528 — rgb(182, 181, 40)
Deuteranopia (Green-blind)
#BBC32F — rgb(187, 195, 47)
Tritanopia (Blue-blind)
#DA3E43 — rgb(218, 62, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 90%, 46%);
text
color: hsl(33, 90%, 46%);
border
border: 2px solid hsl(33, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(33, 90%, 66%), hsl(33, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(33, 90%, 46%), hsl(33, 90%, 26%))
hex
background-color: #DF800C;
tailwind
bg-[hsl(33,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 90%, 46%, 0.4);
css variable
--color-primary: hsl(33, 90%, 46%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 90%, 46%)?
HEX: #DF800C | RGB: rgb(223, 128, 12) | CMYK: 0%, 43%, 95%, 13% | HSV: 33°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #DF800C?
The complementary color is HSL(213, 90%, 46%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 90%, 46%) in CSS?
As HSL: color: hsl(33, 90%, 46%); — As HEX: color: #DF800C; — As RGB: color: rgb(223, 128, 12); — Tailwind CSS: bg-[hsl(33,90%,46%)] — CSS variable: --color-primary: hsl(33, 90%, 46%);