HSL(31, 45%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,45%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 45%, 63%) | color: hsl(31, 45%, 63%) | |
| HEX | #CBA276 | color: #CBA276 | |
| RGB | rgb(203, 162, 118) | color: rgb(203, 162, 118) | |
| CMYK | cmyk(0%, 20%, 42%, 20%) | — | |
| HSV | hsv(31, 42%, 80%) | — | |
| HWB | hwb(31 46% 20%) | color: hwb(31 46% 20%) | |
| OKLCH | oklch(0.7394 0.0764 68.18) | color: oklch(0.7394 0.0764 68.18) | |
| Lab | lab(69.36 9.3 28.62) | color: lab(69.36 9.3 28.62) | |
| LCH | lch(69.36 30.09 72) | color: lch(69.36 30.09 72) |
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)
#B9B981 — rgb(185, 185, 129)
Deuteranopia (Green-blind)
#BCBF83 — rgb(188, 191, 131)
Tritanopia (Blue-blind)
#C9898B — rgb(201, 137, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 45%, 63%);
text
color: hsl(31, 45%, 63%);
border
border: 2px solid hsl(31, 45%, 63%);
gradient light
background: linear-gradient(to right, hsl(31, 45%, 83%), hsl(31, 45%, 63%));
gradient dark
background: linear-gradient(to right, hsl(31, 45%, 63%), hsl(31, 45%, 43%))
hex
background-color: #CBA276;
tailwind
bg-[hsl(31,45%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 45%, 63%, 0.4);
css variable
--color-primary: hsl(31, 45%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 45%, 63%)?
HEX: #CBA276 | RGB: rgb(203, 162, 118) | CMYK: 0%, 20%, 42%, 20% | HSV: 31°, 42%, 80%. Copy any format from the conversion table above.
What colors go well with #CBA276?
The complementary color is HSL(211, 45%, 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, 45%, 63%) in CSS?
As HSL: color: hsl(31, 45%, 63%); — As HEX: color: #CBA276; — As RGB: color: rgb(203, 162, 118); — Tailwind CSS: bg-[hsl(31,45%,63%)] — CSS variable: --color-primary: hsl(31, 45%, 63%);