HSL(38, 30%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,30%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 30%, 33%) | color: hsl(38, 30%, 33%) | |
| HEX | #6D5B3B | color: #6D5B3B | |
| RGB | rgb(109, 91, 59) | color: rgb(109, 91, 59) | |
| CMYK | cmyk(0%, 17%, 46%, 57%) | — | |
| HSV | hsv(38, 46%, 43%) | — | |
| HWB | hwb(38 23% 57%) | color: hwb(38 23% 57%) | |
| OKLCH | oklch(0.4808 0.0524 81.33) | color: oklch(0.4808 0.0524 81.33) | |
| Lab | lab(39.66 2.53 21.16) | color: lab(39.66 2.53 21.16) | |
| LCH | lch(39.66 21.31 83.18) | color: lch(39.66 21.31 83.18) |
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)
#656543 — rgb(101, 101, 67)
Deuteranopia (Green-blind)
#666845 — rgb(102, 104, 69)
Tritanopia (Blue-blind)
#6C494A — rgb(108, 73, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 30%, 33%);
text
color: hsl(38, 30%, 33%);
border
border: 2px solid hsl(38, 30%, 33%);
gradient light
background: linear-gradient(to right, hsl(38, 30%, 53%), hsl(38, 30%, 33%));
gradient dark
background: linear-gradient(to right, hsl(38, 30%, 33%), hsl(38, 30%, 13%))
hex
background-color: #6D5B3B;
tailwind
bg-[hsl(38,30%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 30%, 33%, 0.4);
css variable
--color-primary: hsl(38, 30%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 30%, 33%)?
HEX: #6D5B3B | RGB: rgb(109, 91, 59) | CMYK: 0%, 17%, 46%, 57% | HSV: 38°, 46%, 43%. Copy any format from the conversion table above.
What colors go well with #6D5B3B?
The complementary color is HSL(218, 30%, 33%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 30%, 33%) in CSS?
As HSL: color: hsl(38, 30%, 33%); — As HEX: color: #6D5B3B; — As RGB: color: rgb(109, 91, 59); — Tailwind CSS: bg-[hsl(38,30%,33%)] — CSS variable: --color-primary: hsl(38, 30%, 33%);