HSL(31, 60%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,60%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 60%, 61%) | color: hsl(31, 60%, 61%) | |
| HEX | #D79E60 | color: #D79E60 | |
| RGB | rgb(215, 158, 96) | color: rgb(215, 158, 96) | |
| CMYK | cmyk(0%, 27%, 55%, 16%) | — | |
| HSV | hsv(31, 55%, 84%) | — | |
| HWB | hwb(31 38% 16%) | color: hwb(31 38% 16%) | |
| OKLCH | oklch(0.7406 0.1043 67.35) | color: oklch(0.7406 0.1043 67.35) | |
| Lab | lab(69.29 14.31 40.41) | color: lab(69.29 14.31 40.41) | |
| LCH | lch(69.29 42.87 70.5) | color: lch(69.29 42.87 70.5) |
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)
#BEBE6F — rgb(190, 190, 111)
Deuteranopia (Green-blind)
#C2C673 — rgb(194, 198, 115)
Tritanopia (Blue-blind)
#D47B7D — rgb(212, 123, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 60%, 61%);
text
color: hsl(31, 60%, 61%);
border
border: 2px solid hsl(31, 60%, 61%);
gradient light
background: linear-gradient(to right, hsl(31, 60%, 81%), hsl(31, 60%, 61%));
gradient dark
background: linear-gradient(to right, hsl(31, 60%, 61%), hsl(31, 60%, 41%))
hex
background-color: #D79E60;
tailwind
bg-[hsl(31,60%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 60%, 61%, 0.4);
css variable
--color-primary: hsl(31, 60%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 60%, 61%)?
HEX: #D79E60 | RGB: rgb(215, 158, 96) | CMYK: 0%, 27%, 55%, 16% | HSV: 31°, 55%, 84%. Copy any format from the conversion table above.
What colors go well with #D79E60?
The complementary color is HSL(211, 60%, 61%). 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, 60%, 61%) in CSS?
As HSL: color: hsl(31, 60%, 61%); — As HEX: color: #D79E60; — As RGB: color: rgb(215, 158, 96); — Tailwind CSS: bg-[hsl(31,60%,61%)] — CSS variable: --color-primary: hsl(31, 60%, 61%);