HSL(21, 93%, 55%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,93%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 93%, 55%) | color: hsl(21, 93%, 55%) | |
| HEX | #F76C22 | color: #F76C22 | |
| RGB | rgb(247, 108, 34) | color: rgb(247, 108, 34) | |
| CMYK | cmyk(0%, 56%, 86%, 3%) | — | |
| HSV | hsv(21, 86%, 97%) | — | |
| HWB | hwb(21 14% 3%) | color: hwb(21 14% 3%) | |
| OKLCH | oklch(0.6927 0.188 43.88) | color: oklch(0.6927 0.188 43.88) | |
| Lab | lab(62.19 49.82 62.68) | color: lab(62.19 49.82 62.68) | |
| LCH | lch(62.19 80.07 51.52) | color: lch(62.19 80.07 51.52) |
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)
#BBBA34 — rgb(187, 186, 52)
Deuteranopia (Green-blind)
#C3CD38 — rgb(195, 205, 56)
Tritanopia (Blue-blind)
#F04245 — rgb(240, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 93%, 55%);
text
color: hsl(21, 93%, 55%);
border
border: 2px solid hsl(21, 93%, 55%);
gradient light
background: linear-gradient(to right, hsl(21, 93%, 75%), hsl(21, 93%, 55%));
gradient dark
background: linear-gradient(to right, hsl(21, 93%, 55%), hsl(21, 93%, 35%))
hex
background-color: #F76C22;
tailwind
bg-[hsl(21,93%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 93%, 55%, 0.4);
css variable
--color-primary: hsl(21, 93%, 55%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 93%, 55%)?
HEX: #F76C22 | RGB: rgb(247, 108, 34) | CMYK: 0%, 56%, 86%, 3% | HSV: 21°, 86%, 97%. Copy any format from the conversion table above.
What colors go well with #F76C22?
The complementary color is HSL(201, 93%, 55%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 93%, 55%) in CSS?
As HSL: color: hsl(21, 93%, 55%); — As HEX: color: #F76C22; — As RGB: color: rgb(247, 108, 34); — Tailwind CSS: bg-[hsl(21,93%,55%)] — CSS variable: --color-primary: hsl(21, 93%, 55%);