HSL(43, 20%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,20%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 20%, 38%) | color: hsl(43, 20%, 38%) | |
| HEX | #74694E | color: #74694E | |
| RGB | rgb(116, 105, 78) | color: rgb(116, 105, 78) | |
| CMYK | cmyk(0%, 9%, 33%, 55%) | — | |
| HSV | hsv(43, 33%, 45%) | — | |
| HWB | hwb(43 30% 55%) | color: hwb(43 30% 55%) | |
| OKLCH | oklch(0.5237 0.0423 88.44) | color: oklch(0.5237 0.0423 88.44) | |
| Lab | lab(44.75 -0.16 16.79) | color: lab(44.75 -0.16 16.79) | |
| LCH | lch(44.75 16.79 90.55) | color: lch(44.75 16.79 90.55) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6F6F55 — rgb(111, 111, 85)
Deuteranopia (Green-blind)
#707156 — rgb(112, 113, 86)
Tritanopia (Blue-blind)
#735A5B — rgb(115, 90, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 20%, 38%);
text
color: hsl(43, 20%, 38%);
border
border: 2px solid hsl(43, 20%, 38%);
gradient light
background: linear-gradient(to right, hsl(43, 20%, 58%), hsl(43, 20%, 38%));
gradient dark
background: linear-gradient(to right, hsl(43, 20%, 38%), hsl(43, 20%, 18%))
hex
background-color: #74694E;
tailwind
bg-[hsl(43,20%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 20%, 38%, 0.4);
css variable
--color-primary: hsl(43, 20%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 20%, 38%)?
HEX: #74694E | RGB: rgb(116, 105, 78) | CMYK: 0%, 9%, 33%, 55% | HSV: 43°, 33%, 45%. Copy any format from the conversion table above.
What colors go well with #74694E?
The complementary color is HSL(223, 20%, 38%). 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, 20%, 38%) in CSS?
As HSL: color: hsl(43, 20%, 38%); — As HEX: color: #74694E; — As RGB: color: rgb(116, 105, 78); — Tailwind CSS: bg-[hsl(43,20%,38%)] — CSS variable: --color-primary: hsl(43, 20%, 38%);