HSL(31, 80%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,80%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 80%, 63%) | color: hsl(31, 80%, 63%) | |
| HEX | #ECA355 | color: #ECA355 | |
| RGB | rgb(236, 163, 85) | color: rgb(236, 163, 85) | |
| CMYK | cmyk(0%, 31%, 64%, 7%) | — | |
| HSV | hsv(31, 64%, 93%) | — | |
| HWB | hwb(31 33% 7%) | color: hwb(31 33% 7%) | |
| OKLCH | oklch(0.7717 0.1278 65.65) | color: oklch(0.7717 0.1278 65.65) | |
| Lab | lab(72.69 19.56 50.49) | color: lab(72.69 19.56 50.49) | |
| LCH | lch(72.69 54.15 68.82) | color: lch(72.69 54.15 68.82) |
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)
#CCCC68 — rgb(204, 204, 104)
Deuteranopia (Green-blind)
#D1D66C — rgb(209, 214, 108)
Tritanopia (Blue-blind)
#E8777A — rgb(232, 119, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 80%, 63%);
text
color: hsl(31, 80%, 63%);
border
border: 2px solid hsl(31, 80%, 63%);
gradient light
background: linear-gradient(to right, hsl(31, 80%, 83%), hsl(31, 80%, 63%));
gradient dark
background: linear-gradient(to right, hsl(31, 80%, 63%), hsl(31, 80%, 43%))
hex
background-color: #ECA355;
tailwind
bg-[hsl(31,80%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 80%, 63%, 0.4);
css variable
--color-primary: hsl(31, 80%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 80%, 63%)?
HEX: #ECA355 | RGB: rgb(236, 163, 85) | CMYK: 0%, 31%, 64%, 7% | HSV: 31°, 64%, 93%. Copy any format from the conversion table above.
What colors go well with #ECA355?
The complementary color is HSL(211, 80%, 63%). 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, 80%, 63%) in CSS?
As HSL: color: hsl(31, 80%, 63%); — As HEX: color: #ECA355; — As RGB: color: rgb(236, 163, 85); — Tailwind CSS: bg-[hsl(31,80%,63%)] — CSS variable: --color-primary: hsl(31, 80%, 63%);