HSL(27, 82%, 42%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,82%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 82%, 42%) | color: hsl(27, 82%, 42%) | |
| HEX | #C36213 | color: #C36213 | |
| RGB | rgb(195, 98, 19) | color: rgb(195, 98, 19) | |
| CMYK | cmyk(0%, 50%, 90%, 24%) | — | |
| HSV | hsv(27, 90%, 76%) | — | |
| HWB | hwb(27 8% 24%) | color: hwb(27 8% 24%) | |
| OKLCH | oklch(0.6013 0.1478 52.07) | color: oklch(0.6013 0.1478 52.07) | |
| Lab | lab(52.27 34.38 56.45) | color: lab(52.27 34.38 56.45) | |
| LCH | lch(52.27 66.1 58.66) | color: lch(52.27 66.1 58.66) |
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)
#999826 — rgb(153, 152, 38)
Deuteranopia (Green-blind)
#9FA62B — rgb(159, 166, 43)
Tritanopia (Blue-blind)
#BE3539 — rgb(190, 53, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 82%, 42%);
text
color: hsl(27, 82%, 42%);
border
border: 2px solid hsl(27, 82%, 42%);
gradient light
background: linear-gradient(to right, hsl(27, 82%, 62%), hsl(27, 82%, 42%));
gradient dark
background: linear-gradient(to right, hsl(27, 82%, 42%), hsl(27, 82%, 22%))
hex
background-color: #C36213;
tailwind
bg-[hsl(27,82%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 82%, 42%, 0.4);
css variable
--color-primary: hsl(27, 82%, 42%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 82%, 42%)?
HEX: #C36213 | RGB: rgb(195, 98, 19) | CMYK: 0%, 50%, 90%, 24% | HSV: 27°, 90%, 76%. Copy any format from the conversion table above.
What colors go well with #C36213?
The complementary color is HSL(207, 82%, 42%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 82%, 42%) in CSS?
As HSL: color: hsl(27, 82%, 42%); — As HEX: color: #C36213; — As RGB: color: rgb(195, 98, 19); — Tailwind CSS: bg-[hsl(27,82%,42%)] — CSS variable: --color-primary: hsl(27, 82%, 42%);