HSL(32, 85%, 43%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,85%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 85%, 43%) | color: hsl(32, 85%, 43%) | |
| HEX | #CB7410 | color: #CB7410 | |
| RGB | rgb(203, 116, 16) | color: rgb(203, 116, 16) | |
| CMYK | cmyk(0%, 43%, 92%, 20%) | — | |
| HSV | hsv(32, 92%, 80%) | — | |
| HWB | hwb(32 6% 20%) | color: hwb(32 6% 20%) | |
| OKLCH | oklch(0.6422 0.1457 60.5) | color: oklch(0.6422 0.1457 60.5) | |
| Lab | lab(57.3 28.13 61.43) | color: lab(57.3 28.13 61.43) | |
| LCH | lch(57.3 67.56 65.4) | color: lch(57.3 67.56 65.4) |
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)
#A5A528 — rgb(165, 165, 40)
Deuteranopia (Green-blind)
#AAB12E — rgb(170, 177, 46)
Tritanopia (Blue-blind)
#C73B40 — rgb(199, 59, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 85%, 43%);
text
color: hsl(32, 85%, 43%);
border
border: 2px solid hsl(32, 85%, 43%);
gradient light
background: linear-gradient(to right, hsl(32, 85%, 63%), hsl(32, 85%, 43%));
gradient dark
background: linear-gradient(to right, hsl(32, 85%, 43%), hsl(32, 85%, 23%))
hex
background-color: #CB7410;
tailwind
bg-[hsl(32,85%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 85%, 43%, 0.4);
css variable
--color-primary: hsl(32, 85%, 43%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 85%, 43%)?
HEX: #CB7410 | RGB: rgb(203, 116, 16) | CMYK: 0%, 43%, 92%, 20% | HSV: 32°, 92%, 80%. Copy any format from the conversion table above.
What colors go well with #CB7410?
The complementary color is HSL(212, 85%, 43%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 85%, 43%) in CSS?
As HSL: color: hsl(32, 85%, 43%); — As HEX: color: #CB7410; — As RGB: color: rgb(203, 116, 16); — Tailwind CSS: bg-[hsl(32,85%,43%)] — CSS variable: --color-primary: hsl(32, 85%, 43%);