HSL(31, 45%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,45%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 45%, 62%) | color: hsl(31, 45%, 62%) | |
| HEX | #CAA072 | color: #CAA072 | |
| RGB | rgb(202, 160, 114) | color: rgb(202, 160, 114) | |
| CMYK | cmyk(0%, 21%, 44%, 21%) | — | |
| HSV | hsv(31, 44%, 79%) | — | |
| HWB | hwb(31 44% 21%) | color: hwb(31 44% 21%) | |
| OKLCH | oklch(0.7337 0.0791 68.64) | color: oklch(0.7337 0.0791 68.64) | |
| Lab | lab(68.69 9.55 29.87) | color: lab(68.69 9.55 29.87) | |
| LCH | lch(68.69 31.36 72.27) | color: lch(68.69 31.36 72.27) |
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)
#B8B77D — rgb(184, 183, 125)
Deuteranopia (Green-blind)
#BABD80 — rgb(186, 189, 128)
Tritanopia (Blue-blind)
#C88688 — rgb(200, 134, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 45%, 62%);
text
color: hsl(31, 45%, 62%);
border
border: 2px solid hsl(31, 45%, 62%);
gradient light
background: linear-gradient(to right, hsl(31, 45%, 82%), hsl(31, 45%, 62%));
gradient dark
background: linear-gradient(to right, hsl(31, 45%, 62%), hsl(31, 45%, 42%))
hex
background-color: #CAA072;
tailwind
bg-[hsl(31,45%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 45%, 62%, 0.4);
css variable
--color-primary: hsl(31, 45%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 45%, 62%)?
HEX: #CAA072 | RGB: rgb(202, 160, 114) | CMYK: 0%, 21%, 44%, 21% | HSV: 31°, 44%, 79%. Copy any format from the conversion table above.
What colors go well with #CAA072?
The complementary color is HSL(211, 45%, 62%). 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, 45%, 62%) in CSS?
As HSL: color: hsl(31, 45%, 62%); — As HEX: color: #CAA072; — As RGB: color: rgb(202, 160, 114); — Tailwind CSS: bg-[hsl(31,45%,62%)] — CSS variable: --color-primary: hsl(31, 45%, 62%);