HSL(42, 55%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,55%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 55%, 30%) | color: hsl(42, 55%, 30%) | |
| HEX | #775D22 | color: #775D22 | |
| RGB | rgb(119, 93, 34) | color: rgb(119, 93, 34) | |
| CMYK | cmyk(0%, 22%, 71%, 53%) | — | |
| HSV | hsv(42, 71%, 47%) | — | |
| HWB | hwb(42 14% 53%) | color: hwb(42 14% 53%) | |
| OKLCH | oklch(0.4928 0.0831 84.71) | color: oklch(0.4928 0.0831 84.71) | |
| Lab | lab(41 3.81 36.68) | color: lab(41 3.81 36.68) | |
| LCH | lch(41 36.88 84.07) | color: lch(41 36.88 84.07) |
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)
#6C6C30 — rgb(108, 108, 48)
Deuteranopia (Green-blind)
#6D6F34 — rgb(109, 111, 52)
Tritanopia (Blue-blind)
#763C3E — rgb(118, 60, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 55%, 30%);
text
color: hsl(42, 55%, 30%);
border
border: 2px solid hsl(42, 55%, 30%);
gradient light
background: linear-gradient(to right, hsl(42, 55%, 50%), hsl(42, 55%, 30%));
gradient dark
background: linear-gradient(to right, hsl(42, 55%, 30%), hsl(42, 55%, 10%))
hex
background-color: #775D22;
tailwind
bg-[hsl(42,55%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 55%, 30%, 0.4);
css variable
--color-primary: hsl(42, 55%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 55%, 30%)?
HEX: #775D22 | RGB: rgb(119, 93, 34) | CMYK: 0%, 22%, 71%, 53% | HSV: 42°, 71%, 47%. Copy any format from the conversion table above.
What colors go well with #775D22?
The complementary color is HSL(222, 55%, 30%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 55%, 30%) in CSS?
As HSL: color: hsl(42, 55%, 30%); — As HEX: color: #775D22; — As RGB: color: rgb(119, 93, 34); — Tailwind CSS: bg-[hsl(42,55%,30%)] — CSS variable: --color-primary: hsl(42, 55%, 30%);