HSL(16, 40%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,40%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 40%, 63%) | color: hsl(16, 40%, 63%) | |
| HEX | #C68F7B | color: #C68F7B | |
| RGB | rgb(198, 143, 123) | color: rgb(198, 143, 123) | |
| CMYK | cmyk(0%, 28%, 38%, 22%) | — | |
| HSV | hsv(16, 38%, 78%) | — | |
| HWB | hwb(16 48% 22%) | color: hwb(16 48% 22%) | |
| OKLCH | oklch(0.6985 0.0733 40.84) | color: oklch(0.6985 0.0733 40.84) | |
| Lab | lab(64.23 18.24 18.89) | color: lab(64.23 18.24 18.89) | |
| LCH | lch(64.23 26.26 46) | color: lch(64.23 26.26 46) |
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)
#AEAE80 — rgb(174, 174, 128)
Deuteranopia (Green-blind)
#B1B681 — rgb(177, 182, 129)
Tritanopia (Blue-blind)
#C38485 — rgb(195, 132, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 40%, 63%);
text
color: hsl(16, 40%, 63%);
border
border: 2px solid hsl(16, 40%, 63%);
gradient light
background: linear-gradient(to right, hsl(16, 40%, 83%), hsl(16, 40%, 63%));
gradient dark
background: linear-gradient(to right, hsl(16, 40%, 63%), hsl(16, 40%, 43%))
hex
background-color: #C68F7B;
tailwind
bg-[hsl(16,40%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 40%, 63%, 0.4);
css variable
--color-primary: hsl(16, 40%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 40%, 63%)?
HEX: #C68F7B | RGB: rgb(198, 143, 123) | CMYK: 0%, 28%, 38%, 22% | HSV: 16°, 38%, 78%. Copy any format from the conversion table above.
What colors go well with #C68F7B?
The complementary color is HSL(196, 40%, 63%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 40%, 63%) in CSS?
As HSL: color: hsl(16, 40%, 63%); — As HEX: color: #C68F7B; — As RGB: color: rgb(198, 143, 123); — Tailwind CSS: bg-[hsl(16,40%,63%)] — CSS variable: --color-primary: hsl(16, 40%, 63%);