HSL(34, 30%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,30%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 30%, 33%) | color: hsl(34, 30%, 33%) | |
| HEX | #6D583B | color: #6D583B | |
| RGB | rgb(109, 88, 59) | color: rgb(109, 88, 59) | |
| CMYK | cmyk(0%, 19%, 46%, 57%) | — | |
| HSV | hsv(35, 46%, 43%) | — | |
| HWB | hwb(35 23% 57%) | color: hwb(35 23% 57%) | |
| OKLCH | oklch(0.4741 0.051 75) | color: oklch(0.4741 0.051 75) | |
| Lab | lab(38.81 4.33 20.05) | color: lab(38.81 4.33 20.05) | |
| LCH | lch(38.81 20.51 77.81) | color: lch(38.81 20.51 77.81) |
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)
#646442 — rgb(100, 100, 66)
Deuteranopia (Green-blind)
#656744 — rgb(101, 103, 68)
Tritanopia (Blue-blind)
#6C4849 — rgb(108, 72, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 30%, 33%);
text
color: hsl(34, 30%, 33%);
border
border: 2px solid hsl(34, 30%, 33%);
gradient light
background: linear-gradient(to right, hsl(34, 30%, 53%), hsl(34, 30%, 33%));
gradient dark
background: linear-gradient(to right, hsl(34, 30%, 33%), hsl(34, 30%, 13%))
hex
background-color: #6D583B;
tailwind
bg-[hsl(34,30%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 30%, 33%, 0.4);
css variable
--color-primary: hsl(34, 30%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 30%, 33%)?
HEX: #6D583B | RGB: rgb(109, 88, 59) | CMYK: 0%, 19%, 46%, 57% | HSV: 35°, 46%, 43%. Copy any format from the conversion table above.
What colors go well with #6D583B?
The complementary color is HSL(214, 30%, 33%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 30%, 33%) in CSS?
As HSL: color: hsl(34, 30%, 33%); — As HEX: color: #6D583B; — As RGB: color: rgb(109, 88, 59); — Tailwind CSS: bg-[hsl(34,30%,33%)] — CSS variable: --color-primary: hsl(34, 30%, 33%);