HSL(31, 19%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(31,19%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 19%, 71%) | color: hsl(31, 19%, 71%) | |
| HEX | #C3B6A7 | color: #C3B6A7 | |
| RGB | rgb(195, 182, 167) | color: rgb(195, 182, 167) | |
| CMYK | cmyk(0%, 7%, 14%, 24%) | — | |
| HSV | hsv(32, 14%, 76%) | — | |
| HWB | hwb(32 65% 24%) | color: hwb(32 65% 24%) | |
| OKLCH | oklch(0.783 0.0256 71.4) | color: oklch(0.783 0.0256 71.4) | |
| Lab | lab(74.73 2.08 9.29) | color: lab(74.73 2.08 9.29) | |
| LCH | lch(74.73 9.52 77.38) | color: lch(74.73 9.52 77.38) |
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)
#BDBDAB — rgb(189, 189, 171)
Deuteranopia (Green-blind)
#BEBFAC — rgb(190, 191, 172)
Tritanopia (Blue-blind)
#C2ADAE — rgb(194, 173, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 19%, 71%);
text
color: hsl(31, 19%, 71%);
border
border: 2px solid hsl(31, 19%, 71%);
gradient light
background: linear-gradient(to right, hsl(31, 19%, 91%), hsl(31, 19%, 71%));
gradient dark
background: linear-gradient(to right, hsl(31, 19%, 71%), hsl(31, 19%, 51%))
hex
background-color: #C3B6A7;
tailwind
bg-[hsl(31,19%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 19%, 71%, 0.4);
css variable
--color-primary: hsl(31, 19%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 19%, 71%)?
HEX: #C3B6A7 | RGB: rgb(195, 182, 167) | CMYK: 0%, 7%, 14%, 24% | HSV: 32°, 14%, 76%. Copy any format from the conversion table above.
What colors go well with #C3B6A7?
The complementary color is HSL(211, 19%, 71%). 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, 19%, 71%) in CSS?
As HSL: color: hsl(31, 19%, 71%); — As HEX: color: #C3B6A7; — As RGB: color: rgb(195, 182, 167); — Tailwind CSS: bg-[hsl(31,19%,71%)] — CSS variable: --color-primary: hsl(31, 19%, 71%);