HSL(21, 98%, 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,98%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 98%, 55%) | color: hsl(21, 98%, 55%) | |
| HEX | #FD6B1C | color: #FD6B1C | |
| RGB | rgb(253, 107, 28) | color: rgb(253, 107, 28) | |
| CMYK | cmyk(0%, 58%, 89%, 1%) | — | |
| HSV | hsv(21, 89%, 99%) | — | |
| HWB | hwb(21 11% 1%) | color: hwb(21 11% 1%) | |
| OKLCH | oklch(0.7 0.1957 43.42) | color: oklch(0.7 0.1957 43.42) | |
| Lab | lab(62.92 52.35 65.63) | color: lab(62.92 52.35 65.63) | |
| LCH | lch(62.92 83.95 51.42) | color: lch(62.92 83.95 51.42) |
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)
#BEBC2F — rgb(190, 188, 47)
Deuteranopia (Green-blind)
#C6D134 — rgb(198, 209, 52)
Tritanopia (Blue-blind)
#F63E42 — rgb(246, 62, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 98%, 55%);
text
color: hsl(21, 98%, 55%);
border
border: 2px solid hsl(21, 98%, 55%);
gradient light
background: linear-gradient(to right, hsl(21, 98%, 75%), hsl(21, 98%, 55%));
gradient dark
background: linear-gradient(to right, hsl(21, 98%, 55%), hsl(21, 98%, 35%))
hex
background-color: #FD6B1C;
tailwind
bg-[hsl(21,98%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 98%, 55%, 0.4);
css variable
--color-primary: hsl(21, 98%, 55%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 98%, 55%)?
HEX: #FD6B1C | RGB: rgb(253, 107, 28) | CMYK: 0%, 58%, 89%, 1% | HSV: 21°, 89%, 99%. Copy any format from the conversion table above.
What colors go well with #FD6B1C?
The complementary color is HSL(201, 98%, 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, 98%, 55%) in CSS?
As HSL: color: hsl(21, 98%, 55%); — As HEX: color: #FD6B1C; — As RGB: color: rgb(253, 107, 28); — Tailwind CSS: bg-[hsl(21,98%,55%)] — CSS variable: --color-primary: hsl(21, 98%, 55%);