HSL(34, 60%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,60%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 60%, 30%) | color: hsl(34, 60%, 30%) | |
| HEX | #7A531F | color: #7A531F | |
| RGB | rgb(122, 83, 31) | color: rgb(122, 83, 31) | |
| CMYK | cmyk(0%, 32%, 75%, 52%) | — | |
| HSV | hsv(34, 75%, 48%) | — | |
| HWB | hwb(34 12% 52%) | color: hwb(34 12% 52%) | |
| OKLCH | oklch(0.4747 0.0848 70.65) | color: oklch(0.4747 0.0848 70.65) | |
| Lab | lab(38.59 11.03 35.74) | color: lab(38.59 11.03 35.74) | |
| LCH | lch(38.59 37.4 72.85) | color: lch(38.59 37.4 72.85) |
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)
#69692C — rgb(105, 105, 44)
Deuteranopia (Green-blind)
#6B6E2F — rgb(107, 110, 47)
Tritanopia (Blue-blind)
#783638 — rgb(120, 54, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 60%, 30%);
text
color: hsl(34, 60%, 30%);
border
border: 2px solid hsl(34, 60%, 30%);
gradient light
background: linear-gradient(to right, hsl(34, 60%, 50%), hsl(34, 60%, 30%));
gradient dark
background: linear-gradient(to right, hsl(34, 60%, 30%), hsl(34, 60%, 10%))
hex
background-color: #7A531F;
tailwind
bg-[hsl(34,60%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 60%, 30%, 0.4);
css variable
--color-primary: hsl(34, 60%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 60%, 30%)?
HEX: #7A531F | RGB: rgb(122, 83, 31) | CMYK: 0%, 32%, 75%, 52% | HSV: 34°, 75%, 48%. Copy any format from the conversion table above.
What colors go well with #7A531F?
The complementary color is HSL(214, 60%, 30%). 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, 60%, 30%) in CSS?
As HSL: color: hsl(34, 60%, 30%); — As HEX: color: #7A531F; — As RGB: color: rgb(122, 83, 31); — Tailwind CSS: bg-[hsl(34,60%,30%)] — CSS variable: --color-primary: hsl(34, 60%, 30%);