HSL(31, 85%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,85%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 85%, 64%) | color: hsl(31, 85%, 64%) | |
| HEX | #F1A655 | color: #F1A655 | |
| RGB | rgb(241, 166, 85) | color: rgb(241, 166, 85) | |
| CMYK | cmyk(0%, 31%, 65%, 5%) | — | |
| HSV | hsv(31, 65%, 95%) | — | |
| HWB | hwb(31 33% 5%) | color: hwb(31 33% 5%) | |
| OKLCH | oklch(0.7829 0.1312 65.82) | color: oklch(0.7829 0.1312 65.82) | |
| Lab | lab(73.95 20.03 52.08) | color: lab(73.95 20.03 52.08) | |
| LCH | lch(73.95 55.8 68.96) | color: lch(73.95 55.8 68.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)
#D1D069 — rgb(209, 208, 105)
Deuteranopia (Green-blind)
#D5DB6D — rgb(213, 219, 109)
Tritanopia (Blue-blind)
#ED787B — rgb(237, 120, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 85%, 64%);
text
color: hsl(31, 85%, 64%);
border
border: 2px solid hsl(31, 85%, 64%);
gradient light
background: linear-gradient(to right, hsl(31, 85%, 84%), hsl(31, 85%, 64%));
gradient dark
background: linear-gradient(to right, hsl(31, 85%, 64%), hsl(31, 85%, 44%))
hex
background-color: #F1A655;
tailwind
bg-[hsl(31,85%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 85%, 64%, 0.4);
css variable
--color-primary: hsl(31, 85%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 85%, 64%)?
HEX: #F1A655 | RGB: rgb(241, 166, 85) | CMYK: 0%, 31%, 65%, 5% | HSV: 31°, 65%, 95%. Copy any format from the conversion table above.
What colors go well with #F1A655?
The complementary color is HSL(211, 85%, 64%). 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, 85%, 64%) in CSS?
As HSL: color: hsl(31, 85%, 64%); — As HEX: color: #F1A655; — As RGB: color: rgb(241, 166, 85); — Tailwind CSS: bg-[hsl(31,85%,64%)] — CSS variable: --color-primary: hsl(31, 85%, 64%);