HSL(21, 87%, 57%)
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,87%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 87%, 57%) | color: hsl(21, 87%, 57%) | |
| HEX | #F17532 | color: #F17532 | |
| RGB | rgb(241, 117, 50) | color: rgb(241, 117, 50) | |
| CMYK | cmyk(0%, 51%, 79%, 5%) | — | |
| HSV | hsv(21, 79%, 95%) | — | |
| HWB | hwb(21 20% 5%) | color: hwb(21 20% 5%) | |
| OKLCH | oklch(0.6979 0.1713 45.73) | color: oklch(0.6979 0.1713 45.73) | |
| Lab | lab(63.06 43.7 56.76) | color: lab(63.06 43.7 56.76) | |
| LCH | lch(63.06 71.63 52.41) | color: lch(63.06 71.63 52.41) |
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)
#BBBA42 — rgb(187, 186, 66)
Deuteranopia (Green-blind)
#C3CC46 — rgb(195, 204, 70)
Tritanopia (Blue-blind)
#EB4F52 — rgb(235, 79, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 87%, 57%);
text
color: hsl(21, 87%, 57%);
border
border: 2px solid hsl(21, 87%, 57%);
gradient light
background: linear-gradient(to right, hsl(21, 87%, 77%), hsl(21, 87%, 57%));
gradient dark
background: linear-gradient(to right, hsl(21, 87%, 57%), hsl(21, 87%, 37%))
hex
background-color: #F17532;
tailwind
bg-[hsl(21,87%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 87%, 57%, 0.4);
css variable
--color-primary: hsl(21, 87%, 57%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 87%, 57%)?
HEX: #F17532 | RGB: rgb(241, 117, 50) | CMYK: 0%, 51%, 79%, 5% | HSV: 21°, 79%, 95%. Copy any format from the conversion table above.
What colors go well with #F17532?
The complementary color is HSL(201, 87%, 57%). 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, 87%, 57%) in CSS?
As HSL: color: hsl(21, 87%, 57%); — As HEX: color: #F17532; — As RGB: color: rgb(241, 117, 50); — Tailwind CSS: bg-[hsl(21,87%,57%)] — CSS variable: --color-primary: hsl(21, 87%, 57%);