HSL(43, 38%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,38%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 38%, 63%) | color: hsl(43, 38%, 63%) | |
| HEX | #C5B07D | color: #C5B07D | |
| RGB | rgb(197, 176, 125) | color: rgb(197, 176, 125) | |
| CMYK | cmyk(0%, 11%, 37%, 23%) | — | |
| HSV | hsv(43, 37%, 77%) | — | |
| HWB | hwb(43 49% 23%) | color: hwb(43 49% 23%) | |
| OKLCH | oklch(0.763 0.0719 88.16) | color: oklch(0.763 0.0719 88.16) | |
| Lab | lab(72.5 0.15 28.91) | color: lab(72.5 0.15 28.91) | |
| LCH | lch(72.5 28.91 89.7) | color: lch(72.5 28.91 89.7) |
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)
#BCBC89 — rgb(188, 188, 137)
Deuteranopia (Green-blind)
#BDBF8C — rgb(189, 191, 140)
Tritanopia (Blue-blind)
#C49395 — rgb(196, 147, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 38%, 63%);
text
color: hsl(43, 38%, 63%);
border
border: 2px solid hsl(43, 38%, 63%);
gradient light
background: linear-gradient(to right, hsl(43, 38%, 83%), hsl(43, 38%, 63%));
gradient dark
background: linear-gradient(to right, hsl(43, 38%, 63%), hsl(43, 38%, 43%))
hex
background-color: #C5B07D;
tailwind
bg-[hsl(43,38%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 38%, 63%, 0.4);
css variable
--color-primary: hsl(43, 38%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 38%, 63%)?
HEX: #C5B07D | RGB: rgb(197, 176, 125) | CMYK: 0%, 11%, 37%, 23% | HSV: 43°, 37%, 77%. Copy any format from the conversion table above.
What colors go well with #C5B07D?
The complementary color is HSL(223, 38%, 63%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 38%, 63%) in CSS?
As HSL: color: hsl(43, 38%, 63%); — As HEX: color: #C5B07D; — As RGB: color: rgb(197, 176, 125); — Tailwind CSS: bg-[hsl(43,38%,63%)] — CSS variable: --color-primary: hsl(43, 38%, 63%);