HSL(40, 83%, 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(40,83%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 83%, 44%) | color: hsl(40, 83%, 44%) | |
| HEX | #CD8F13 | color: #CD8F13 | |
| RGB | rgb(205, 143, 19) | color: rgb(205, 143, 19) | |
| CMYK | cmyk(0%, 30%, 91%, 20%) | — | |
| HSV | hsv(40, 91%, 80%) | — | |
| HWB | hwb(40 7% 20%) | color: hwb(40 7% 20%) | |
| OKLCH | oklch(0.694 0.1412 76.93) | color: oklch(0.694 0.1412 76.93) | |
| Lab | lab(63.9 14.41 65.78) | color: lab(63.9 14.41 65.78) | |
| LCH | lch(63.9 67.34 77.64) | color: lch(63.9 67.34 77.64) |
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)
#B2B231 — rgb(178, 178, 49)
Deuteranopia (Green-blind)
#B6BA38 — rgb(182, 186, 56)
Tritanopia (Blue-blind)
#CA494E — rgb(202, 73, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 83%, 44%);
text
color: hsl(40, 83%, 44%);
border
border: 2px solid hsl(40, 83%, 44%);
gradient light
background: linear-gradient(to right, hsl(40, 83%, 64%), hsl(40, 83%, 44%));
gradient dark
background: linear-gradient(to right, hsl(40, 83%, 44%), hsl(40, 83%, 24%))
hex
background-color: #CD8F13;
tailwind
bg-[hsl(40,83%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 83%, 44%, 0.4);
css variable
--color-primary: hsl(40, 83%, 44%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 83%, 44%)?
HEX: #CD8F13 | RGB: rgb(205, 143, 19) | CMYK: 0%, 30%, 91%, 20% | HSV: 40°, 91%, 80%. Copy any format from the conversion table above.
What colors go well with #CD8F13?
The complementary color is HSL(220, 83%, 44%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 83%, 44%) in CSS?
As HSL: color: hsl(40, 83%, 44%); — As HEX: color: #CD8F13; — As RGB: color: rgb(205, 143, 19); — Tailwind CSS: bg-[hsl(40,83%,44%)] — CSS variable: --color-primary: hsl(40, 83%, 44%);