HSL(28, 32%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,32%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 32%, 33%) | color: hsl(28, 32%, 33%) | |
| HEX | #6F5239 | color: #6F5239 | |
| RGB | rgb(111, 82, 57) | color: rgb(111, 82, 57) | |
| CMYK | cmyk(0%, 26%, 49%, 56%) | — | |
| HSV | hsv(28, 49%, 44%) | — | |
| HWB | hwb(28 22% 56%) | color: hwb(28 22% 56%) | |
| OKLCH | oklch(0.4629 0.0541 61.65) | color: oklch(0.4629 0.0541 61.65) | |
| Lab | lab(37.32 8.66 19.36) | color: lab(37.32 8.66 19.36) | |
| LCH | lch(37.32 21.21 65.9) | color: lch(37.32 21.21 65.9) |
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)
#62623F — rgb(98, 98, 63)
Deuteranopia (Green-blind)
#646641 — rgb(100, 102, 65)
Tritanopia (Blue-blind)
#6E4445 — rgb(110, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 32%, 33%);
text
color: hsl(28, 32%, 33%);
border
border: 2px solid hsl(28, 32%, 33%);
gradient light
background: linear-gradient(to right, hsl(28, 32%, 53%), hsl(28, 32%, 33%));
gradient dark
background: linear-gradient(to right, hsl(28, 32%, 33%), hsl(28, 32%, 13%))
hex
background-color: #6F5239;
tailwind
bg-[hsl(28,32%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 32%, 33%, 0.4);
css variable
--color-primary: hsl(28, 32%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 32%, 33%)?
HEX: #6F5239 | RGB: rgb(111, 82, 57) | CMYK: 0%, 26%, 49%, 56% | HSV: 28°, 49%, 44%. Copy any format from the conversion table above.
What colors go well with #6F5239?
The complementary color is HSL(208, 32%, 33%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 32%, 33%) in CSS?
As HSL: color: hsl(28, 32%, 33%); — As HEX: color: #6F5239; — As RGB: color: rgb(111, 82, 57); — Tailwind CSS: bg-[hsl(28,32%,33%)] — CSS variable: --color-primary: hsl(28, 32%, 33%);