HSL(43, 52%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,52%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 52%, 28%) | color: hsl(43, 52%, 28%) | |
| HEX | #6D5722 | color: #6D5722 | |
| RGB | rgb(109, 87, 34) | color: rgb(109, 87, 34) | |
| CMYK | cmyk(0%, 20%, 69%, 57%) | — | |
| HSV | hsv(42, 69%, 43%) | — | |
| HWB | hwb(42 13% 57%) | color: hwb(42 13% 57%) | |
| OKLCH | oklch(0.468 0.0761 86.36) | color: oklch(0.468 0.0761 86.36) | |
| Lab | lab(38.17 2.58 33.32) | color: lab(38.17 2.58 33.32) | |
| LCH | lch(38.17 33.42 85.57) | color: lch(38.17 33.42 85.57) |
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)
#63632F — rgb(99, 99, 47)
Deuteranopia (Green-blind)
#656632 — rgb(101, 102, 50)
Tritanopia (Blue-blind)
#6C393B — rgb(108, 57, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 52%, 28%);
text
color: hsl(43, 52%, 28%);
border
border: 2px solid hsl(43, 52%, 28%);
gradient light
background: linear-gradient(to right, hsl(43, 52%, 48%), hsl(43, 52%, 28%));
gradient dark
background: linear-gradient(to right, hsl(43, 52%, 28%), hsl(43, 52%, 8%))
hex
background-color: #6D5722;
tailwind
bg-[hsl(43,52%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 52%, 28%, 0.4);
css variable
--color-primary: hsl(43, 52%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 52%, 28%)?
HEX: #6D5722 | RGB: rgb(109, 87, 34) | CMYK: 0%, 20%, 69%, 57% | HSV: 42°, 69%, 43%. Copy any format from the conversion table above.
What colors go well with #6D5722?
The complementary color is HSL(223, 52%, 28%). 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, 52%, 28%) in CSS?
As HSL: color: hsl(43, 52%, 28%); — As HEX: color: #6D5722; — As RGB: color: rgb(109, 87, 34); — Tailwind CSS: bg-[hsl(43,52%,28%)] — CSS variable: --color-primary: hsl(43, 52%, 28%);