HSL(33, 30%, 31%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,30%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 30%, 31%) | color: hsl(33, 30%, 31%) | |
| HEX | #675137 | color: #675137 | |
| RGB | rgb(103, 81, 55) | color: rgb(103, 81, 55) | |
| CMYK | cmyk(0%, 21%, 47%, 60%) | — | |
| HSV | hsv(33, 47%, 40%) | — | |
| HWB | hwb(33 21% 60%) | color: hwb(33 21% 60%) | |
| OKLCH | oklch(0.4509 0.0489 70.74) | color: oklch(0.4509 0.0489 70.74) | |
| Lab | lab(36.07 5.35 18.77) | color: lab(36.07 5.35 18.77) | |
| LCH | lch(36.07 19.52 74.09) | color: lch(36.07 19.52 74.09) |
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)
#5D5D3D — rgb(93, 93, 61)
Deuteranopia (Green-blind)
#5F603F — rgb(95, 96, 63)
Tritanopia (Blue-blind)
#664243 — rgb(102, 66, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 30%, 31%);
text
color: hsl(33, 30%, 31%);
border
border: 2px solid hsl(33, 30%, 31%);
gradient light
background: linear-gradient(to right, hsl(33, 30%, 51%), hsl(33, 30%, 31%));
gradient dark
background: linear-gradient(to right, hsl(33, 30%, 31%), hsl(33, 30%, 11%))
hex
background-color: #675137;
tailwind
bg-[hsl(33,30%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 30%, 31%, 0.4);
css variable
--color-primary: hsl(33, 30%, 31%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 30%, 31%)?
HEX: #675137 | RGB: rgb(103, 81, 55) | CMYK: 0%, 21%, 47%, 60% | HSV: 33°, 47%, 40%. Copy any format from the conversion table above.
What colors go well with #675137?
The complementary color is HSL(213, 30%, 31%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 30%, 31%) in CSS?
As HSL: color: hsl(33, 30%, 31%); — As HEX: color: #675137; — As RGB: color: rgb(103, 81, 55); — Tailwind CSS: bg-[hsl(33,30%,31%)] — CSS variable: --color-primary: hsl(33, 30%, 31%);