HSL(31, 90%, 53%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,90%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 90%, 53%) | color: hsl(31, 90%, 53%) | |
| HEX | #F38B1B | color: #F38B1B | |
| RGB | rgb(243, 139, 27) | color: rgb(243, 139, 27) | |
| CMYK | cmyk(0%, 43%, 89%, 5%) | — | |
| HSV | hsv(31, 89%, 95%) | — | |
| HWB | hwb(31 10% 5%) | color: hwb(31 10% 5%) | |
| OKLCH | oklch(0.7339 0.1661 59.52) | color: oklch(0.7339 0.1661 59.52) | |
| Lab | lab(67.73 32.79 68.88) | color: lab(67.73 32.79 68.88) | |
| LCH | lch(67.73 76.29 64.54) | color: lch(67.73 76.29 64.54) |
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)
#C6C536 — rgb(198, 197, 54)
Deuteranopia (Green-blind)
#CCD43D — rgb(204, 212, 61)
Tritanopia (Blue-blind)
#EE4B50 — rgb(238, 75, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 90%, 53%);
text
color: hsl(31, 90%, 53%);
border
border: 2px solid hsl(31, 90%, 53%);
gradient light
background: linear-gradient(to right, hsl(31, 90%, 73%), hsl(31, 90%, 53%));
gradient dark
background: linear-gradient(to right, hsl(31, 90%, 53%), hsl(31, 90%, 33%))
hex
background-color: #F38B1B;
tailwind
bg-[hsl(31,90%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 90%, 53%, 0.4);
css variable
--color-primary: hsl(31, 90%, 53%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 90%, 53%)?
HEX: #F38B1B | RGB: rgb(243, 139, 27) | CMYK: 0%, 43%, 89%, 5% | HSV: 31°, 89%, 95%. Copy any format from the conversion table above.
What colors go well with #F38B1B?
The complementary color is HSL(211, 90%, 53%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 90%, 53%) in CSS?
As HSL: color: hsl(31, 90%, 53%); — As HEX: color: #F38B1B; — As RGB: color: rgb(243, 139, 27); — Tailwind CSS: bg-[hsl(31,90%,53%)] — CSS variable: --color-primary: hsl(31, 90%, 53%);