HSL(31, 76%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,76%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 76%, 55%) | color: hsl(31, 76%, 55%) | |
| HEX | #E38F35 | color: #E38F35 | |
| RGB | rgb(227, 143, 53) | color: rgb(227, 143, 53) | |
| CMYK | cmyk(0%, 37%, 77%, 11%) | — | |
| HSV | hsv(31, 77%, 89%) | — | |
| HWB | hwb(31 20% 11%) | color: hwb(31 20% 11%) | |
| OKLCH | oklch(0.7221 0.143 63.22) | color: oklch(0.7221 0.143 63.22) | |
| Lab | lab(66.7 24.81 58.33) | color: lab(66.7 24.81 58.33) | |
| LCH | lch(66.7 63.39 66.96) | color: lch(66.7 63.39 66.96) |
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)
#BFBE4B — rgb(191, 190, 75)
Deuteranopia (Green-blind)
#C4CA50 — rgb(196, 202, 80)
Tritanopia (Blue-blind)
#DF5C60 — rgb(223, 92, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 76%, 55%);
text
color: hsl(31, 76%, 55%);
border
border: 2px solid hsl(31, 76%, 55%);
gradient light
background: linear-gradient(to right, hsl(31, 76%, 75%), hsl(31, 76%, 55%));
gradient dark
background: linear-gradient(to right, hsl(31, 76%, 55%), hsl(31, 76%, 35%))
hex
background-color: #E38F35;
tailwind
bg-[hsl(31,76%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 76%, 55%, 0.4);
css variable
--color-primary: hsl(31, 76%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 76%, 55%)?
HEX: #E38F35 | RGB: rgb(227, 143, 53) | CMYK: 0%, 37%, 77%, 11% | HSV: 31°, 77%, 89%. Copy any format from the conversion table above.
What colors go well with #E38F35?
The complementary color is HSL(211, 76%, 55%). 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, 76%, 55%) in CSS?
As HSL: color: hsl(31, 76%, 55%); — As HEX: color: #E38F35; — As RGB: color: rgb(227, 143, 53); — Tailwind CSS: bg-[hsl(31,76%,55%)] — CSS variable: --color-primary: hsl(31, 76%, 55%);